Q61
Which of the following is illegal?
A.
int *ip;
B.
string s, *sp = 0;
C.
int i; double* dp = &i;
AnswerD.
int *pi = 0;
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board