Computer Science, asked by hahsjwjjajwjanam, 4 months ago

What is the purpose of using cin statement in a C++ program?​

Answers

Answered by abhiramsm2005
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 AkariOzora
14

{ \boxed{ \huge \sf \red{Question}}}

What is the purpose of using cin statement in a C++ program?

{ \boxed{ \huge \sf \red{Answer}}}

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