Home / Report Question

Q. Choose a right statement.
  • A. Variables of type auto are initialized fresh for each block or function call.
  • B. Variables of type static are initialized only first time the block or function is called.
  • C. Variables of type register are initialized each time the block or function is executed.
  • D. All of the above

Correct Answer: D