A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(B)
  • Views: 24
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.