MCQs > IT & Programming > C Programming > #include int main(){ int a=0; #if (a==0) printf('Equal'); #else if printf('Not equal'); #endif return 0; } Output of above program is:

C Programming MCQs

#include int main(){ int a=0; #if (a==0) printf("Equal"); #else if printf("Not equal"); #endif return 0; } Output of above program is:

Answer

Correct Answer: Compilation error

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