What is the purpose of using cin statement in a C++ program?
Answers
Answered by
1
Explanation:
The cin object in C++ is an object of class istream. It is used to accept the input from the standard input device i.e. keyboard. It is associated with the standard C input stream stdin. pls mark my answer as brainliest
Answered by
14
What is the purpose of using cin statement in a C++ program?
The cin object in C++ is an object of class istream. It is used to accept the input from the standard input device i.e. keyboard. It is associated with the standard C input stream stdin.
Similar questions