Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
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
Please
log in
to post a comment.
Character testing
Sunday assignment v2
this
Assignment 8 pt 2
sample
WrongWay reversible iterator Copyright(C) 2016 Henry Kroll III www.thenerdshow.com
Bitfield and Union in C - strange results
Name pipe
joseph a triangle
141128_EjemploChorraArray
Please log in to post a comment.