Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
printing float 3 pointers
//gcc 4.9.3 #include <stdio.h> main() { float f=-23.4; int *p=&f; // char *p,p=&f; int bit; for(bit=31;bit>=0;bit--) printf("%d ",((*p)>>bit)&1); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Hello
C_141204_ValorNumerico
Pointer Example
PuntosTriangulo
141124_PI
BSEARCH() COMPLETE
Welcome1
C_141113_dividirRestasSucesivas
16-bit signed or unsigned int -> ASCII
sqrt function
stackse - search stackoverflow differently
Please log in to post a comment.