Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
garbage
//gcc 5.4.0 #include <stdio.h> union item { int ival; float fval; char cval; }; int main() { union item it; it.ival=11876; it.fval=25898.22; printf("%d\n",it.ival); printf("%7.2f\n",it.fval); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Coba
Incometax problem v1.1
My first reevers C 2darryp
coding!!Woo!!
150115_PrimoDelFactorial
Lab 10 v1
a
Multiple If statements v1
tyiy
A_141124Burbuja
Please log in to post a comment.