Sail E0 Webinar
Question

Which of the following is illegal?


Options:
A .  int *ip;
B .  string s, *sp = 0;
C .  int i; double* dp = &i;
D .  int *pi = 0;
Answer: Option C

dp is initialized int value of i.



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers