C++ MQCs with Explanation ( MANAGING CONSOLE I/O OPERATIONS )

For displaying plus sign and trailing zeros for printing positive floating point numbers, we must use the flag

  1. ios:: showbase only
  2. ios:: showpos only
  3. both b and d
  4. ios:: showpoint only



Answer: 
Option c: both b and d

Explanation Here

Post a Comment

0 Comments