C Language MCQs – Certification Test 72
MCQ 72: By evaluating the following statement for the value of x = -7 if (x < 0), the value of num is:
num = 1;
if(x > 0)
num = 0;
if(x == 0)
num = 3
Free Basic C Programs Asked in Interview Quiz App: Study Basic C Programs Asked in Interview Notes, C++ Quiz App, and Computer Networks Quiz App for C++ remote educational experience.
Free Basic C Programs Asked in Interview Study App Download: C++ Quiz App (iOS & Android) to explore C++ courses. Download App Store & Play Store Learning Apps with all functionalities to enhance coding practice.