Which of the following cannot be a structure member?
Which of the following cannot be a structure member? mcq and its answer is provided on this page.
Structure is composite data type in c programming language which can contain variables of different data types stored in a block of memory.
Structure is defined with reserved keyword struct
in c programming.
Structure is usefull to group related variables so that they can be accesed under a common name, the name of structure.
Which of the following cannot be a structure member?
Que. | Which of the following cannot be a structure member? | |
a | a) Another structure | |
b | b) Function | |
c | c) Array | |
d | d) None of the mentioned | |
Answer: b | ||
Explanation : None. |
Comments
Post a Comment