Discussion :: C++ - MCQs
- What is the use of clog?
Answer : Option A
Explanation :
clog is an object of class ostream that represents the standard logging stream. It is associated with the cstdio stream stderr, like cerr.
Be The First To Comment
Answer : Option A
Explanation :
clog is an object of class ostream that represents the standard logging stream. It is associated with the cstdio stream stderr, like cerr.
Be The First To Comment