Multiple choice Which of the following is also called 'manipulator' in C++? endl const malloc() 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.