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

Revision en1, by 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; }

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English akshayarise 2018-08-22 22:06:24 200 Initial revision (published)