Pages - Menu
HOME
GADGETS
ANDROID
SOFTWARES
COMPUTER TRICKS
ABOUT US
PRIVACY DISCLAIMER
CONTACT
Program for String Length
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
char a[10],m,b[10];
clrscr();
printf("input any string\n");
scanf("%s",a);
m=strlen(a);
printf("%d\n",m);
printf("%s",strrev(a));
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment