BCA - C Structures And Unions
Questions No: 1/10

What is the size of a union in C?

Questions No: 2/10

In C, a struct is used to group together:

Questions No: 3/10

Which of the following access a variable in structure b?

Questions No: 4/10

Which operator connects the structure name to its member name?
कौन सा ऑपरेटर संरचना के नाम को उसके सदस्य के नाम से जोड़ता है?

Questions No: 5/10

Which of the following cannot be a structure member?
निम्नलिखित में से कौन एक संरचना सदस्य नहीं हो सकता है?

Questions No: 6/10

What is the key difference between a structure and a union in C?

Questions No: 7/10

If a structure contains another structure as a member, it is called:

Questions No: 8/10

Which of the following statements about structures in C is correct?

Questions No: 9/10

Which properly declares a variable of struct Student?

Questions No: 10/10

Which of the following is a properly defined struct?