Endl and stew Manipulator
The functions that are used to format or modify the output stream is called
a) manipulators
b) input function
c) output functions
d) none of these
Which of the following manipulator is used to move the cursor at the beginning of next line?
a) stew manipulator
b) endl manipulator
c) input manipulator
d) none of these
Which of the following manipulator is used to set the field width of output on the output device?
a) stew manipulator
b) endl manipulator
c) input manipulator
d) none of these
Operators in C++
How many types of operators used in C++?
a) five
b) six
c) seven
d) eight
Explanation: Assignment operator, arithmetic operators, compound assignment operator, increment and decrement operator, prefix and postfix operator, relational operator, logical operator, ternary operator, unary and binary operator