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 hate Examians
I love Examians
Error
None of These

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is function?

All of these
Function is a block of statements that perform some specific task.
Function is a block of code that performs a specific task. It has a name and it is reusable.
Function is the fundamental modular unit. A function is usually designed to perform a specific task.

ANSWER DOWNLOAD EXAMIANS APP