Computer Science, asked by astudas3877, 1 year ago

Determine output: void main() { float me = 1.1; double you = 1.1; if(me==you) printf("hii"); else printf("hello"); }

Answers

Answered by 22622dhiwa
0

hii will be the correct output.

Similar questions