C Preprocessor - Programming

Q1:

Every C program will contain at least one preprocessor directive.

A True

B False

ANS:B - False

False, the preprocessor directive is not mandatory in any c program.