Page 1 of 1

What is the use of is_array() function in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) To check if a variable is array type or not
b) To check if a variable is 1-D array type or not
c) To check if a variable is 2-D array type or not
d) To check if a variable is 1-D or 2-D array type or not