Computer Science, asked by saurajpachakale, 2 months ago

Which keyword is used to display the message in C++​

Answers

Answered by VaishnaviVerma442008
2

Answer:

The cin and cout keywords are very popular in C++. They are used for taking inputs and printing outputs, respectively. To use them, you must include iostream header file in your program.

Similar questions