Search This Blog

Monday, April 7, 2025

C Preprocessor - 1

A macro or a preprocessor statement is used by the compiler before it compiles the program to transform the program.

What is the output of the following C program?



a) Compile-time error at line 3

b) Compile-time error at line 6 

c)  Hello world!

d) Runtime error - print expected

No comments:

Post a Comment