Hi all,
I have take some inputs from user i variable a and b and want to show them using cout function
i have used this code
and the outout is
Numbers are %d and %d
What is the problem with my code.
Thanx
I have take some inputs from user i variable a and b and want to show them using cout function
i have used this code
Code:
cout<<"Numbers are %d and %d",a,b;
Numbers are %d and %d
What is the problem with my code.
Thanx
Comment