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.
AnswerD.
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.