Computer Science, asked by tejvirsinghu8559, 1 year ago

Determine Output:

void main() { float me = 1.1; double you = 1.1; if(me==you) printf("I hate Examveda"); else printf("I love Examveda"); }
A.I hate Examveda
B.I love Examveda
C.Error
D.None of These

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option c is the correct answer

Hope it's help u
Answered by Anonymous
23
C. Error

Hope it helps u
Similar questions