πŸ“Š C++
Q. Identify the incorrect statements.
Code:
 int num = 23;
Statement (i):   int *ptr = &(num + 2);
Statement (ii):  int *ptr2 = #
Statement (iii): &&num = 50;
  • (A) Statement (ii) and (iii) are wrong
  • (B) Statement (i) and (iii) are wrong
  • (C) Statement (i) and (ii) are wrong
  • (D) All the three are wrong
πŸ’¬ Discuss
βœ… Correct Answer: (B) Statement (i) and (iii) are wrong

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
300
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rohan Raj
Publisher
πŸ“ˆ
94%
Success Rate