Q. Select the right option.
Code:
extern int x; int i;
β
Correct Answer: (C)
Line 1 declares x, line 2 declares and defines i
extern int x; int i;
You must be Logged in to update hint/solution