Answer:
cout object
Explanation:
Cout object -
This object is used while writing the program in the C++ , C , coding , the main function of Cout , is to display any information of the screen , is referred to as Cout object .
For example -
Cout<<"Hello";
From the above coding ,
The output would be -
Hello
The information to be displayed need to be written with double commas ( " " ).