adplus-dvertising
frame-decoration

Question

Constructor of automatic variables is called ____________________

a.

When execution reaches the place of declaration of automatic variables

b.

When the program is compiled

c.

When the execution is just started

d.

Just before the execution of program

Answer: (a).When execution reaches the place of declaration of automatic variables

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Constructor of automatic variables is called ____________________

Similar Questions

Discover Related MCQs

Q. Does java contain auto or register keywords?

Q. The automatic variables _________________________

Q. Which error is produced if the automatic variables are used without declaration?

Q. In perl, using which operator are the local variables created?

Q. How are automatic variables different from the instance variables?

Q. What is extern variable?

Q. Which among the following is a correct statement for variables?

Q. Which among the following is true for the variables?

Q. To use extern variable _____________________

Q. What does a header file contain for an extern variable?

Q. Which condition is true if extern variable is used in a file?

Q. Whenever a function is declared in a program _____________________

Q. Even if a variable is not declared as extern, it is extern by default. (True/False)

Q. Due to what, is the memory allocated for the extern variables?

Q. Which is the correct syntax for extern variable declaration?

Q. Which is the correct syntax for extern function declaration?

Q. If the definition is given in the header file that we include then ________________

Q. If extern variable is initialized with the declaration then _______________________

Q. Why are functions extern by default?