Program To Accept Lines Of Text Into A 2D String Array And Display The Total NO.Of Words In It
/* Program To Accept Lines Of Text Into A 2D String Array And Display The Total NO.Of Words In It. */ #include
#include
void main() { char text[20]; int i,j,sz,c=0; clrscr(); printf("\n enter no.of lines(max.20)\n"); scanf("%d",&sz); for( i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/