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
5 trabajo semanal 4
CO_assign_q4
Nice1
BSEARCH() WITH STRUCT
14th Feb Project
Linked List
null p null q
18BCE2182 ASSESS_1 Q1-4
Card shuffling and dealing program using structures
Spring 2017 Lab 4 v0.5