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
Pattern 13
Busqueda binaria version recursiva
2.1.1 Prime numbers in different threads with thread ID
Goodone pointer minus void pointer
Assignment 8 pt 2
My first 2D array
FUNTION3
DUE BY TUESDAY
22nd HW Switchv0.24
sreesasu