The program which show the use of printf() & scanf() function C Programming #include #include void main() { char name[20]; printf("Enter the Name : "); scanf("%s",&name); printf("Name is :",name); puts(name); getch(); } Output Enter the Name Bintu Name is : Bintu Read more » Tweet Share Share Share Share Related Post
2 comments
Click here for commentsWhy did you use char[20]
Replywhat is pertamx
ReplyConversionConversion EmoticonEmoticon