#include <stdio.h> int main() { int num1 = 5, num2 = 6; if (!num1 && num2) printf("Wrong\n"); else printf("Right\n"); }
Right
Previous Question Next Question
Your comments will be displayed only after manual approval.