72 Conditional statements Predict the output:int main(){if(-1)printf("hi");if(1)printf("Bye");return 0;}Output:hiBye Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsIs these two programs same?7224