A

Admin • 833K Points
Coach

Q. Which syntax is correct to include a specific preprocessor based on configuration?

  • (A) #defif system1 <system.h>
  • (B) #include system1 "system.h"
  • (C) import <system.h> if system1
  • (D) All of these
  • Correct Answer - Option(B)
  • Views: 17
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

The correct way to include a specific preprocessor based on configuration is known as computed include is:

#include system1 "system.h"

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.