Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
gets.c
#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
THIS one uwu
Ahora si?
Lab 6 v1
gcc compiler code for delay
Array Practice
Project 3 part 2 Book v0.5
CO_assign_q1
NETFLIX TERMINADO
Test 4
Busqueda binaria version iterativa