Q.

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

A. 12
B. 8
C. 4
D. 1
Answer» A. 12
1.9k
0
Do you find this helpful?
1

Discussion

No comments yet

Related MCQs