how to see the value of cin and cout object in c++.

Правка en1, от akshayarise, 2018-08-22 22:06:24

include<iostream.h>

using namespace std;

int main(){

int num; cin>>num; cout<<"hello"; cout<<cin; cout<<cout;

return 0; }

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский akshayarise 2018-08-22 22:06:24 200 Initial revision (published)