M Mr. Dubey π Coach β 103.11K Points π Programming for Problem Solving Q. What should be the output of below program? #define # @ @include "stdio.h" int main() { printf("C.com"); return 0; } (A) C.com (B) Nothing (C) Compilation Error (D) Depends on Complier ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Compilation Error