MCQs > IT & Programming > C Programming > #ifdef __APPLE__ # include <dir/x.h> #else # include <other_dir/x.h> #endif What does it mean?

C Programming MCQs

#ifdef __APPLE__ # include <dir/x.h> #else # include <other_dir/x.h> #endif What does it mean?

Answer

Correct Answer: It will include dir/x.h if __APPLE__ is defined, or other_dir/x.h, otherwise.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it