Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
p20
#include <stdio.h> /* copy input to output; 1st version */ main() { int c; //c=getchar(); while((c=getchar())!=EOF) { putchar(c); } printf("Value of EOF is %d \n",EOF); }
run
|
edit
|
history
|
help
0
18BCE2182 ASSESS_1 Q1-7
strcpy template
data types and printf
MATRICES TRIANGULARES
Lab 11 v1.0
B_141128_MatricesSuma
Calculating longs v0.5 finish b next lab
Assignment 5 Cos(x)
Array pass effect
structt