C program to read and display one dimensional characters data type
Answers
Answered by
0
Answer:
#include<stdio.h>
#include<conio.h>
void main()
{
char name[100];
printf("enter your name");
scanf("%s",name);
printf("%s is your name");
getch();
}
Explanation:
hope you were expecting this..
Similar questions
Math,
5 months ago
Social Sciences,
5 months ago
Business Studies,
5 months ago
Physics,
10 months ago
English,
10 months ago