Sail E0 Webinar
Question
Which of the following does not initialize ptr to null (assuming variable declaration of a as int a=0)?
Options:
A .  int *ptr = &a;
B .  int *ptr = &a "“ &a;
C .  int *ptr = a "“ a;
D .  All of the mentioned
Answer: Option A


None.



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers