Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
printing float 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=0;i<4;i++) { ch=*p; printf("%d\n",ch); p++; } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
18BCE2182 ASSESS_1 Q2-2
A_141212_HistoriaDePunteros
c4
C_141113_Primos02
C - printf precision modifiers
Run code before/after main in C (GCC)
SOLUCION EJERCICIO SPOTIFY
open(): No such file or directory
InterviewDesk_Embedded
project 5 v0.04
Please log in to post a comment.