Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
printing float 2 pointers
//gcc 4.9.3 #include <stdio.h> main() { float f=23.4; char *p=&f; // char *p,p=&f; char ch; int i; for(i=3;i>=0;i--) { ch=*(p+i); printf("%d ",ch); //p++; } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Calculate Area of Circle
HW4e5
SAI_1-3.c
Type struct
Prime no
Assignment 7
150116_OrdenMatriz
example of scanf and basic integer manipulation
Nice1
acepta el reto 146
Please log in to post a comment.