English, asked by VasterPart, 7 months ago

What do you mean by CIN in turbo c++

Answers

Answered by MastVibhu
18

Answer:

Console Input

Explanation:

CIN is basically Console Input.

Answered by vanshmehta695
0

Answer:

character input

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. ... The "c" in cin refers to "character" and 'in' means "input", hence cin means "character input".

please mark it as a brain list.

Explanation:

Similar questions