Computer Science, asked by VARDHAN8843, 11 months ago

The directive required in any c++ program that uses either cin or cout is

Answers

Answered by choudhary21
1

Explanation:

cin, cout, cerr, and clog are streams that handle standard inputs and standard outputs.

These are stream objects defined in iostream header file. std::cin is an object of class istream that represents the standard input stream oriented to narrow characters (of type char).

Answered by Anonymous
0

Explanation:

cin>>x;

cout<<x;

\red{ \bf{Plz \:  \:  mark  \: it \:  brainliest}}

Similar questions