0
What is cin?
5 Antworten
+ 2
it is used to input a number or a string without space
+ 1
cin is a user input for example
int a;
cout<<"enter a number";
cin>>a;
so u can enter a number in the place of a
+ 1
thanks
+ 1
if u want to include with space u can use getline() function
+ 1
cin is used for person to input data or infomation