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
Post a Comment