1.

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

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


Discussion

No Comment Found