String in c language | Declare string in c | String
String in C language Program
String program output
Copy text from below 👇
#include<stdio.h>
#include<conio.h>
int main()
{
char name[20];
printf("Enter your name ");
scanf("%s",name);
printf("Your name is : %s",name);
}
Download pdf file
For more program
Interesting facts in Hindi ,
You should watch this video
Subscribe our channel for More cool facts
0 Comments
Thanks for comments.......your comment is very valueable for us.Thanks for joining us.