#include #define X 3 #if !X printf("Geeks"); #else printf("Quiz"); #endif int main() { return 0; }
Answer: C
No answer description available for this question.