What is the output of a,b,c,d.
int a = 5/2;
int b = 5.0/2;
int c = 5 / 2.0;
int d = 5.0/2.0;
------------------------------------------------------------

Posted on by