Program To Accept A Line Of Text Into A Character And Display 'n'th Word
/* Program To Accept A Line Of Text Into A Character And Display 'n'th Word */ #include
#include
void main() { char text[80],ch; int i,sz,c=0,n,j; clrscr(); printf("\n enter word position\n"); scanf("%d",&n); for(i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/