Predict the Output: main(){float me = 1.1;double you = 1.1;if(me==you)printf("shark selva");elseprintf("Matrix Developer");}shark selvaMatrix DeveloperAnswer:Matrix Developerbecause the of float and doubles are different. if condition is false. Share this Share on FacebookTweet on TwitterPlus on Google+