Determine output: void main() { float me = 1.1; double you = 1.1; if(me==you) printf("hii"); else printf("hello"); }
Answers
Answered by
0
hii will be the correct output.
Similar questions