Run Code
|
API
|
Code Wall
|
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
SAI_1-6.c
Add c
incrementing values in an array
AC_setting_example
simple insertion sort
HW4e5
quicksort guía 4
ex1
THIS one uwu
strcpy template