Untitled

Anonymous
plain_text
02/28/2024 2:18 AM
204 B
20
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