Examveda
Examveda

Choose the best answer.
Prior to using a pointer variable

A. It should be declared.

B. It should be initialized.

C. It should be both declared and initialized.

D. None of these.

Answer: Option C

Solution(By Examveda Team)

Using a pointer variable, without initializing it, will be disastrous, as it will have a garbage value.

This Question Belongs to C Program >> Pointer

Join The Discussion

Comments ( 1 )

  1. Umesh
    Umesh :
    9 years ago

    c

Related Questions on Pointer