+ 1
Most of the programming languages using print/println/printf functions, Then why C++ using cout
python uses `print()` c uses `printf` Java uses `println`
1 Answer
+ 5
C++ developer Sir, "Bjarne Stroustrup"Â can only answer as this, as this is his idea. When you develop or implement anything, then you can create your own ways to get results.
And look at, those you mentioned all are functions but c++ cout , cin are objects. C refers character and out refers output console, in refers to input stream..
You can create a language of your own way..