Untitled
Anonymous
plain_text
02/28/2024 2:16 AM
280 B
15
Indexable
#include<stdio.h>
void main(){
char name[20];
printf("inter your name:\n");
gets(name);
printf("Your name is %s \n",name);
/*printf("your name is ");
puts (name);*/
}
Editor is loading...
Leave a Comment