plz tell diffference between cout and cin in c++ language..
Answers
Answered by
2
Hi. In c++, the cin command inputs a value while the cout command prints the value on the screen. To use these commands, you need to include the iostream header file in the c++ file. Hope it helps...
tejasgupta:
Happy to have helped you...
Similar questions