Q. Which of the given statements are false.
(i). extern int func;
(ii). extern int func2(int,int);
(iii). int func2(int,int);
(iv). extern class foo;
(i). extern int func;
(ii). extern int func2(int,int);
(iii). int func2(int,int);
(iv). extern class foo;
β
Correct Answer: (D)
only (iv)