Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Little union method
//gcc 5.4.0 #include <stdio.h> union a { int i; char b;}; int main(void) { union a A; A.i = 1; if(A.b) printf("little\n"); else printf("big\n"); return 0; }
run
|
edit
|
history
|
help
0
Volume of sphere
Conflito de Escrita em Matriz
TopLeftTriangle.c
A141212_OrdenarArrayPorFunciones
CPTTRN_2
lol
mypro
cstructCricPoint
pseudo hw v.05
Test 4