+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

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Jun 9, 2022 in JavaScript by sharadyadav1986
...