Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Stub Program for Problem 4 HW 2
a3
Lab 5 HW Spring 2017 v1.1
-Shello.c
A_141121_fibonacci
Encriptado cesar
Project 3 part 2 Book v0.6
more_than_one_break_in_loop
to find a number is even or not
método de ordenamiento insertion sort