Multiple choice

Which of the following is also called 'manipulator' in C++?

  1. endl

  2. const

  3. malloc()

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It is a manipulator used to perform line feed in the program. It can be used by including the header file iomanip.h in the beginning of the program.