Multiple choice Which of the following is/are the true statements? C++ supports null pointers. int *ptr[abs] is the example of array of pointer to an integer. In C++, we can pass pointer to a function. All of the above. Only (1) and (3) are true. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all of the above three are the true statements.