Q. Choose the correct option.
(i) extern int k;
(ii) int k;
(i) extern int k;
(ii) int k;
β
Correct Answer: (C)
(i) declares k, (ii) declares and defines k
You must be Logged in to update hint/solution