Q.

What will be output if you will compile and execute the following c code? #include<stdio.h>
int main(){
printf("%d",sizeof(5.2)); return 0;
}

A. 2
B. 4
C. 8
D. 10
Answer» C. 8
1.2k
0
Do you find this helpful?
13

Discussion

No comments yet

Related MCQs