InterviewSolution
Saved Bookmarks
| 1. |
How many groups of output of operation are there in c++?(a) 1(b) 2(c) 3(d) 4I have been asked this question in final exam.Origin of the question is Output Stream topic in division Strings, Streams & Numerics in C++ of C++ |
|
Answer» CORRECT OPTION is (b) 2 Best explanation: There are two GROUPS of output OPERATION in c++. They are formatted output and UNFORMATTED output. |
|