C++ Programming: cout(begincpp.blogspot.com)
submitted by
homam(100) 2 years, 5 months ago
In c++, cout is used to print data on the screen. The statement #include <iostream> is used add the file - iostream to the source code. The file - iostream (input-output-stream) is used by cout and its related function.
Type cout followed by insertion operator (<<) followed by your data and terminate it by semi-colon.
|category: C++
|Views: 1
tags:
C++ another
Everyones tags:
Your Tags: