#include <stdio.h> void main() { int num = 0; if (num = 0) { printf("It's zero\n"); } else { printf("It's not zero\n"); } }
It's not zero
Previous Question Next Question
Your comments will be displayed only after manual approval.