0
int a=10,b=.5; cout<<double(a*b);
What is the output
4 Answers
+ 4
Hey Yatharth Mittal why don't you write this on code playground run it and see the result for yourself then manipulate it the more to understand how it works better
+ 1
Cout prints out the value of a and b using double that is if there is decimal in the multiplication i want it too
0
I want the explanation plz