Sail E0 Webinar
Question

Which of the given statements are false.
1. extern int func;
2. extern int func2(int,int);
3. int func2(int,int);
4. extern class foo;


Options:
A .  3 and 4 only
B .  2 and 3 only
C .  only 4
D .  2, 3 and 4
Answer: Option C

No extern are allowed for class declarations.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers