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
None of These
Error

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Merging two strings.
Combining two strings.
Extracting a substring out of a string.
Comparing the two strings to define the larger one.
Partitioning the string into two strings.

ANSWER DOWNLOAD EXAMIANS APP