πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
249
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate