C Programming
Determine Output:void main(){ float me = 1.1; double you = 1.1; if(me==you) printf("I hate Examveda"); else printf("I love Examveda");}

Error
I love Examians
I hate Examians
None of These

ANSWER DOWNLOAD EXAMIANS APP