Vidyalelo
C++ Programming · Q515

C++ miscellaneous

Programming · C++ Programming · question 515

Q515

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

A.
To check if a variable is array type or not
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board