Computer Science, asked by prarthanamandal1980, 3 months ago

What will be the output of the following program?





Answers

Answered by Anonymous
3

Answer:

include<stdio. h> void main() { int i = 10; void *p = &i; printf("%f", *(float *)p); }

Similar questions