InterviewSolution
Saved Bookmarks
| 1. |
What is cascading of input /output operators? |
|
Answer» ive occurrence of INPUT and OUTPUT operators (“>>” and “<<”) in C++ can be concatenated.Cascading’s LITERALLY MEANS arranging something in a series or sequence. |
|