Question: What will be displayed by the following code fragment? char msg[20] = Exam Time Sucks!; cout < < * < < right < < setw(6)
What will be displayed by the following code fragment? char msg[20] = "Exam Time Sucks!"; cout << "*" << right << setw(6) << msg << "*" << endl;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
