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