Run Code
|
API
|
Code Wall
|
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
Bitwise Operations
A_141211_FuncionesVarias
part2final
Assignment 8
SOLUCION USANDO UN CICLO Y PUNTERO
2.2 Comparision with Matrix Addition Execution Time
Practice Problem 7
22nd HW Switchv0.1
150116_PrimoFactorial
TAREA M4 - LOTERIA