In a C++ structure, which of the following statements tells the compiler to allocate memory for an instance of the structure?
Options:
Answer:
In a C++ structure, which of the following statements tells the compiler to allocate memory for an instance of the structure StructName var;.