C Programming
What will be the output of the following program code?#includevoid main(){ int i = 10; void *p = &i; printf("%f", *(float *)p);}

10
0.000000
None of these.
Error

ANSWER DOWNLOAD EXAMIANS APP