Question: What is a dynamic struct in C++? A struct that can change its size during runtime A struct that can only be created using new
What is a dynamic struct in C++? A struct that can change its size during runtime A struct that can only be created using new operator A struct that is stored in dynamic memory A struct that can be modified but not created dynamically
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
