+1 vote
in C Plus Plus by
Which one of the following is the correct definition of the "is_array();" function in C++?

a) It checks that the specified variable is of the array or not

b) It checks that the specified array of single dimension or not

c) It checks that the array specified of multi-dimension or not

d) Both B and C

1 Answer

0 votes
by

a) It checks that the specified variable is of the array or not

...