Lect-2 Cin,Cout Function in C++

preview_player
Показать описание
C++ comes with many libraries which provides us with many ways for performing input and output.

cin() Input: If the direction of flow is from the device(for example, Keyboard) to the main memory then this process is called input.

cout() Output: If the direction of flow from main memory to device( display screen ) then this process is called output.
Рекомендации по теме