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");}

I love Examians
Error
None of These
I hate Examians

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

comes before the first executable statement
need not start on the first column
has # as the first character
need not start on a new line

ANSWER DOWNLOAD EXAMIANS APP