Answers for "cout cin in c++"

C++
3

C++ cin cout

int age;
cout << "How old are you ?" << endl;
cin >> age;
Posted by: Guest on May-29-2020
0

cout in c++

The cout object in C++ is an object of class ostream.
Posted by: Guest on July-16-2021

Browse Popular Code Answers by Language