InterviewSolution
Saved Bookmarks
| 1. |
How is cascading useful in output operations? |
|
Answer» The cascading allows the user to use cout once only but use << operator several times to output many values. |
|