What will be the output of the program?

#include <stdio.h>
#include <conio.h>
 
void main()
{
    int x = 12, y = 7, z = 2;
    z = x != 4 || y == 2;
    printf("z = %d", z);
    getch();
}

 

Suy nghĩ trả lời câu hỏi trước khi xem đáp án

ADSENSE
ZUNIA9