A

Admin • 833K Points
Coach

Q. Select the right option.

Code:
extern int x;
int i;
  • (A) Line 1 and 2 declare x
  • (B) Line 1 declares the variable x and line 2 defines i
  • (C) Line 1 declares x, line 2 declares and defines i
  • (D) Line 1 declares and defines x, line 2 declares i
  • Correct Answer - Option(C)
  • Views: 19
  • 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.