1.

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;

A. (ii), (iii) and (iv)
B. (iii) and (iv) only
C. (ii) and (iii) only
D. only (iv)
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs