[
My site
]
Menu
Home page
Blog
Forum
Contact Me
Site info
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();
}
1
2
3
4
5
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
]