R
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;
- Correct Answer - Option(D)
- Views: 151
- Filed under category C++
Discusssion
Login to discuss.