Untitled
unknown
plain_text
2 years ago
152 B
13
Indexable
#include<stdio.h>
void main(){ system("color f0");
char name[20];
printf("enter your name");
gets(name);
printf("Your name is %s\n",name);}
Editor is loading...
Leave a Comment
#include<stdio.h>
void main(){ system("color f0");
char name[20];
printf("enter your name");
gets(name);
printf("Your name is %s\n",name);}