Multiple choice

Which of the following statements is/are incorrect?

  1. The element number in array plays a major role in calling each element of array.

  2. The execution time with pointer is slower.

  3. An external variable is declared outside the body of a function.

  4. Both 2 and 3

  5. None of these

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

The execution time with pointers is very fast.