Multiple choice

Which of the following is/are the true statements?

  1. C++ supports null pointers.

  2. int *ptr[abs] is the example of array of pointer to an integer.

  3. In C++, we can pass pointer to a function.

  4. All of the above.

  5. 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.