Multiple choice

Wild pointer in 'C' ____________.

  1. is initialized by constant

  2. is not initialized.

  3. does not exist in C language

  4. only takes 'int' values

  5. works like null pointer

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

A pointer which is not initialized in C, is known as Wild Pointer.