#include <stdio.h< int n; void main() { if (n) printf("Hey"); else printf("How are u?"); }
How are u?
Previous Question Next Question
Your comments will be displayed only after manual approval.