Vidyalelo
C Programming · Q33

Pointer

Programming · C Programming · question 33

Q33

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.
Answer
D.
None of these.

Answer: Option C

Solution

Answer: Option C
Solution:
Using a pointer variable, without initializing it, will be disastrous, as it will have a garbage value.