Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
gets.c
//gcc 5.4.0 #include<stdio.h> #include<conio.h> void main(){ char name[50]; clrscr(); printf("Enter your name: "); gets(name); //reads string from user printf("Your name is: "); puts(name); //displays string getch(); }
run
|
edit
|
history
|
help
0
ATM
AVANCE 1 TAREA M4 - PERLAS
ptr_tp_ptr
18BCE2182 ASSESS_1 Q1-8
Hello world!
If Statement/ Decrement practice
Mem alloc test
Float data type.c
Don't ignore warnings
Euclides MIRAR