Multiple choice Which of the following flags prints '+' before positive numbers? ios::showbase ios::showpoint ios::showpos ios::stdio Reveal answer Fill a bubble to check yourself C Correct answer Explanation This flag is used with setf() function to print '+' before positive numbers.