Mastering C++: A Comprehensive Quiz Based on 'Thinking in C++' Flash Cards

Disable ads (and more) with a membership for a one time $4.99 payment

Question: 1 / 575

What best describes the scope of a static variable in a C++ function?

?

Block scope, but with static storage duration