Q. Which syntax is correct to include a specific preprocessor based on configuration?
β
Correct Answer: (B)
#include system1 "system.h"
Explanation: The correct way to include a specific preprocessor based on configuration is known as computed include is:
#include system1 "system.h"