/*WAP to count lenght of string*/
#include <stdio.h> #include <string.h> #include<conio.h> void main() { char *string = "computer"; clrscr(); printf("%d\n", strlen(string)); getch(); }
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
#include <stdio.h> #include <string.h> #include<conio.h> void main() { char *string = "computer"; clrscr(); printf("%d\n", strlen(string)); getch(); }
No comments:
Post a Comment