Computer Science, asked by jaincsiddhi, 3 months ago

give syntax of output statement in c++​

Answers

Answered by Devanandass
2

Answer:

mark me brainliest

Explanation:

The C++ cout statement is the instance of the ostream class. It is used to produce output on the standard output device which is usually the display screen. The data needed to be displayed on the screen is inserted in the standard output stream (cout) using the insertion operator(<<).

Similar questions