2
26: Which is the correct output?
#include < stdio.h>
int main()
int i = 10;
void *p = &i;
printf("%f\n", *(float*)p);
return 0;
}
2558272626
0
0.000000
10
10.000000
Answers
Answered by
0
Answer:
we cant understand
Step-by-step explanation:
jjhfkf
Similar questions