1. Is there any difference in the following declarations?

Screenshot 9

A. Yes
B. No


Correct Answer: A. Yes

2. Suppose a program is divided into three files f1, f2 and f3, and a variable is defined in the file f1 but used in files f2 and f3. In such a case would we need the extern declaration for the variables in the files f2 and f3?

A. Yes
B. No


Correct Answer: A. Yes

3. Global variables are available to all functions. Does there exist a mechanism by way of which it available to some and not to others?

A. Yes
B. No


Correct Answer: B. No

4. Is it true that a global variable may have several declarations, but only one definition?

A. Yes
B. No


Correct Answer: A. Yes

5. Is it true that a function may have several declarations, but only one definition?

A. Yes
B. No


Correct Answer: A. Yes

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply

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

    11 − 3 =