Question
a.
An array stores only elements of same type. Accessing elements is easy.
b.
A structure is preferred when different type elements are to be combined as a single entity.
c.
An array implementation has performance improvements to structure
d.
All of the above
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Choose a correct statement about structure and array.
Similar Questions
Discover Related MCQs
Q. What is actually passed if you pass a structure variable to a function?
View solution
Q. In a nested structure definition, with country.state.district statement, memeber state is actually present in the structure? (COUNTY, STATE, DISTRICT structures)
View solution
Q. What are the uses of C Structures?
View solution
Q. A C Structure or User defined data type is also called
View solution
Q. Choose a correct statement about C structure elements.
View solution
Q. Choose a correct statement about C structures.
View solution
Q. What is the size of a C structure?
View solution
Q. What is a structure in C language?
View solution
Q. For the following function call which option is not possible?
func(&s.a;); //where s is a variable of type struct and a is the member of the struct.
View solution
Q. Which properly declares a variable of struct foo?
View solution
Q. Which of the following is a properly defined struct?
View solution
Q. Which of the following accesses a variable in structure b?
View solution
Q. Which of the following share a similarity in syntax?
1. Union
2. Structure
3. Arrays
4. Pointers
View solution
Q. Size of union is size of the longest element in the union.
View solution
Q. It is not possible to create an array of pointer to structures.
View solution
Q. Members of a union are accessed as________________.
View solution
Q. Union differs from structure in the following way
View solution
Q. Which of the following comments about the usage of structure is true?
View solution
Q. Which of the following comments about union are true?
View solution
Q. If initialization is a part of a structure, then storage class can be
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!