Computer Science, asked by yasinshah3245, 11 months ago

What Is Cin And Cout?

Answers

Answered by namitasahoo48
0
Hope this answer will help you.
Attachments:
Answered by Anonymous
0
  • cin is a keyword in c++ , which is used to take input from user. it's preprocessor header file is <iostream.h>
  • cout is a keyword in c++, which is used to display result in output screen. it's preprocessor header file is <iostream.h>

Similar questions