[My site ]
Main » 2013 » December » 12 » C Programming Sheet - 1
11:22 PM
C Programming Sheet - 1
#include"stdio.h"
main()
{
char phr[50];
printf("enter the phrase  : ");
gets(phr);
printf("num of characters is %d", strlen( phr ));
getch();
}


Category: C Programming - 1 | Views: 317 | Added by: ahansaary | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Sign Up | Login ]