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
Función bsearch
Sizeof void
lab 12 v1
150116_FactorialPrimo
ReDisp
SEGUNDO AVANCE DE NETFLIX
B_141202_CTYPE
experimento con quicksort
Program 1 - 2D array and memory pointers
Spring 2017 Lab 4 v1