+ 1

How this code print yes because 'a' is int data type and b is float

Int a= 3; Float b= 3.0; If (a ==b) Cout <<"yes"; Else Cout <<"no";

3rd Jun 2019, 12:01 PM
Nouman Bin Sami
Nouman Bin Sami - avatar
0 ответов