The directive required in any c++ program that uses either cin or cout is
Answers
Answered by
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
0
Explanation:
cin>>x;
cout<<x;
Similar questions
Social Sciences,
6 months ago
Hindi,
6 months ago
Social Sciences,
6 months ago
Biology,
11 months ago
Biology,
1 year ago
Biology,
1 year ago