Podcast
Questions and Answers
Which keyword is used to define a structure in C++?
Which keyword is used to define a structure in C++?
What happens if not all elements of a structure are initialized in C++?
What happens if not all elements of a structure are initialized in C++?
What is the purpose of a structure in C++?
What is the purpose of a structure in C++?
What determines the size of a structure in C++?
What determines the size of a structure in C++?
Signup and view all the answers
What will be the size of the 'student' structure in the given example?
What will be the size of the 'student' structure in the given example?
Signup and view all the answers