BASIC INPUT/OUTPUT Flashcards
1
Q
OUTPUT SYNTAX
A
cout<
2
Q
«_space;are called
A
Insertion operator
3
Q
Input Syntax
A
cin»
4
Q
> > is called
A
Extraction Operator
5
Q
Takes the stream (cin) as first argument, and the string variable is second.
A
Getline