The output of the code below is
#include int x; void main() { if (x) printf("hi"); else printf("how are u"); }
Answer: B
No answer description available for this question.