Vidyalelo
C++ Programming · Q69

Variables and Data Types in C++

Programming · C++ Programming · question 69

Q69

What will happen when defining the enumerated type?

A.
it will not allocate memory
Answer
B.
it will allocate memory
C.
it will not allocate memory to its variables
D.
allocate memory to objects

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board