Run Code
|
API
|
Code Wall
|
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
Loop-worksharing
Project v0.07
printing float pointers
a
else if
TAREA M4- PERLAS TERMINADA
apel
cstructVector
fibonacci 1
Finding the second largets value v0.5