Untitled
unknown
plain_text
a year ago
152 B
4
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);}