+ 1
Whats the difference
Whats the difference between \\ print hello And cout <<“hello”;
3 ответов
+ 7
print is more powerful for display somethings, but cout is more convenient and easy to use.
+ 3
may be printf() ???
+ 1
print() is a function of the C language
cout is an object of class ostream from C++
Both represent the standart output stream