πŸ“Š C++
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;
  • (A) (ii), (iii) and (iv)
  • (B) (iii) and (iv) only
  • (C) (ii) and (iii) only
  • (D) only (iv)
πŸ’¬ Discuss
βœ… Correct Answer: (D) only (iv)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rohan Raj
Publisher
πŸ“ˆ
82%
Success Rate