What will be output of the above program?Int a=1.1float b=1.1if (a==b){printf(both are same)}else{printf(both are differnt)}?
Answers
Answered by
1
Both are different Is the answer
Similar questions