M Mr. Dubey π Coach β 103.11K Points π Data Structure and Algorithms (DSA) 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 12