#include <stdio.h> void main() { int p = 6; if (p < 2); printf("Hey..."); }
Hello
Previous Question Next Question
Your comments will be displayed only after manual approval.