πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… 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"

Explanation by: Team MCQ Buddy
The correct way to include a specific preprocessor based on configuration is known as computed include is:

#include system1 "system.h"

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
241
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
93%
Success Rate