Math, asked by aryanrishikesh2434, 11 months ago

Predict the output of following code:
main()
{
if(1) // True always
printf(“hai”);
else
printf(“hello”);
}

1. Error
2. hai
3. hello
4. No output; Predict the output of following code:; main(); {; if(1) // True always; printf(“hai”);; else; printf(“hello”);; }; 1. Error; 2. hai; 3. hello; 4. No output

Answers

Answered by Synaya
1

you have 4 profiles right?

Similar questions