Computer Science, asked by mahendrakar72, 1 year ago

give me another name of COUT

Answers

Answered by kirtiprasanjenpchfhd
4
you can use puts....for charecters ...
Answered by SaurabhJacob
2

Console Output, Print are some other names(synonyms) of COUT.

The cout is the C++ programming language keyword that is used with some symbols for printing the desired statement and values on the console screen.

Console Output is the full form of cout which directly signifies that the output is going to take place at console only.

Print is another keyword used in different programming languages for achieving the same purpose.

Similar questions