Saved Bookmarks
| 1. |
What is cascading in I/O operations? How is cascading useful in output operations? |
|
Answer» Cascading is a way to extract/insert multiple values from/into more than one variable using one cin/cout statement. Cascading allows the user to use cout one time but use << operator several times, to output many values. |
|