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
1
you have 4 profiles right?
Similar questions