1.

How Are Pointer Variables Initialized?

Answer»

POINTER VARIABLE are initialized by ONE of the following two ways

  1. STATIC MEMORY allocation
  2. Dynamic memory allocation

Pointer variable are initialized by one of the following two ways



Discussion

No Comment Found