Page 1 of 1

Which of the following is illegal?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) int *ip;
b) string s, *sp = 0;
c) int i; double* dp = &i;
d) int *pi = 0;