Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ternar
//Title of this code //gcc 4.8.2 #include <stdio.h> //Title of this code //g++ 4.8.2 int main() { int a[100]; for(int i=0;i<33;++i){a[i]=i;}; for(int i=0;i<33;++i)printf("%d %c",a[i], (i%10==9) ?'\n':' '); }
run
|
edit
|
history
|
help
0
Adding sums of two 1-D arrays
20171117_PITAGORAS
22nd HW Switchv0.24
C_141210_esMayor
2
b=1,c=1
la profe
linux (mostly) true random number generator
Humko
tickeParsing.c