Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
DIGITOS DE U. A DECENAS
//Title of this code //gcc 4.9.1 #include <stdio.h> int main(void) { short i, a, b; a=4234; for(i=0; a>=10; i++){ b = a%10; a= a/10; printf("%hd \n", b); } printf("%hd",a); return 0; }
run
|
edit
|
history
|
help
0
Quiz4
hello kous
709 lab 3.2
recursive fundamentos
Test2
Command Expressions in Gnu C
sume of diagonal v.1
1.6 Set No. of Threads
Lab 9 v0.96
bitmask2