✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
#include <stdio.h>
void main() {
int x = 5;
if (x < 1)
printf("hello");
if (x == 5)
printf("hi");
else
printf("no");
}
What is the output?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!