Comment on the following C statement
Comment on the following C statement mcq and its answer is provided on this page.
Comment on the following C statement
Que. | Comment on the following C statement | |
a | int (*a)[7]; | |
b | a) An array “a” of pointers | |
c | b) A pointer “a” to an array | |
d | c) A ragged array | |
e | d) None of the mentioned | |
Answer: b | ||
Explanation : None. |
Comments
Post a Comment