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;
πŸ’¬ Discuss
βœ… Correct Answer: (C) int i; double* p = &i;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
169
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
98%
Success Rate