#include int i; int main() { if (i); else printf("Ëlse"); return 0; }
What is correct about the above program?
Answer: B
No answer description available for this question.