#include <stdio.h> int main() { int n = 0; if (n == 1) if (n >= 0) printf("True...\n"); else printf("False...\n"); }
It will print nothing.
Previous Question Next Question
Your comments will be displayed only after manual approval.