How many variables can be used in one cout object
Answers
Answered by
1
Answer:
Explanation:
26
make me brain list
Answered by
0
Answer:
There can be any number of variables in a cout object.
Explanation:
- cout itself falls in the group of global variables in C++ programming language.
- cout is generally used in C++ for printing the output variable value or a character sequence.
- cout can help give output or print any number of sentences.
Hence, there can be any number of variables in a cout object.
Similar questions