Ace Your C++ Skills 2025 – Rock the ‘Thinking in C++’ Challenge!

Question: 1 / 565

What types of storage allocation modifiers are mentioned in the text?

Static, register, and global

In this question, the text is referring to storage allocation modifiers for variables, which determine where and how they are stored in memory. While all the options mentioned are modifiers, only option A (static, register, and global) relates to storage allocation. Option B (dynamic, automatic, and constant) refers to variable types, option C (global, extern, and mutable) refers to type qualifiers and option D (public, private, and protected) refers to access modifiers. Thus, they are incorrect in the context of storage allocation modifiers.

Get further explanation with Examzify DeepDiveBeta

Dynamic, automatic, and constant

Global, extern, and mutable

Public, private, and protected

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy