Discussion Forum : Pointer
Question - Choose the best answer.
Prior to using a pointer variable
Options:
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
Using a pointer variable, without initializing it, will be disastrous, as it will have a garbage value.

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *