Question: Which C++ statement will correctly print the value of two integer variables a and b to standard output? (a) cout (b) cout >> a, b;
Which C++ statement will correctly print the value of two integer variables a and b to
standard output?
(a) cout
(b) cout >> a, b;
(c) cout
(d) cout >> a >> b;
(e) cout(a,b);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
