Contents

A collection of multiple data types that can be referred with single name…….
a) array                                                 
b) structure
c) stack                                                 
d) queue

b

Which of the following keyword is used to declare structure?
a) array                                                 
b) structure
c) struct                                                
d) none of these

c

Which of the following symbol is used at the end of structure?
a) colon (:)                                           
b) semicolon 
(;)
c) comma (,)                                        
d) stop (.)

b

A c structure or user defined data type is also called…..
a) derived data type           
b) secondary data type
c) aggregate data type       
d) all of these

d

Choose a correct statement about c structures……
a) structure contain same type number
b) structure is limited by physical memory
c) unlimited number of members in structure
d) all of these

d

What is the size of c structures?
a) 64 bytes                           
b) 128 bytes
c) total byte of all elements                             
d) none of these

c