Computer Science, asked by abu61667, 9 months ago

Which command is used to find the class of variable?​

Answers

Answered by anusha8251
0

"class" function is used to find the class of variable.

hope this helps and this as the BRAINLIEST ANSWER

follow me

Answered by eenishika
3

Answer:

#include <typeinfo>

...

cout << typeid(variable).name() << endl;

Similar questions