Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CharacterInput
//gcc 5.4.0 /* Program to get character and print it */ #include <stdio.h> int main(void) //main function with no arguments { int c; //variable declaration c = getchar(); //input character while (c != EOF) //loop for checking terminating character { putchar(c); //print the character c = getchar();//get another character input } return 0; //return }
run
|
edit
|
history
|
help
0
Array Struct, Call-By-Reference, Malloc, Free, Init, Destroy ... Example
Atomic Openmp
Star1..3
Program to input form command line and print it
Practice flipping the stars
Assignment 5 v2
ECE 2574 1/23
Null deref
Bit
Pozdravljeni v mali soli C.