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
Pointer Example
structt
SAI_1-6.c
C_141120_factorial01
Different variable scanf/printf statements
C dynamic string implementation using preprocessor
4
SOLUCIONES_TRABAJO_05
300
Lab 5 HW Spring 2017 v0.5