Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Ad
Ppp
tgo
Str_ptr_arg
voltage float hex value
ultimo cuestionario
Hello world
fork
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
project 5 v0.04
Please log in to post a comment.