Give the syntax of "cout" statement ?
Answers
Answered by
3
Explanation:
cout declaration
It is defined in <iostream> header file. The cout object is ensured to be initialized during or before the first time an object of type ios_base::Init is constructed. After the cout object is constructed, it is tied to cin which means that any input operation on cin executes cout.
if you like this please mark as brainliest answer. thank you
I hope you like this.
Answered by
2
Answer:
⏩cout declaration⏪
It is defined in <iostream> header file. The cout object is ensured to be initialized during or before the first time an object of type ios_base::Init is constructed. After the cout object is constructed, it is tied to cin which means that any input operation on cin executes cout.
Similar questions