Q. Which of the following instructions is illegal? (A) string s, *p = 0; (B) int *p; (C) int i; double* p = &i; (D) int *p = 0; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) int i; double* p = &i;