Which command is used to find the class of variable?
Answers
Answered by
0
"class" function is used to find the class of variable.
hope this helps and this as the BRAINLIEST ANSWER
follow me
Answered by
3
Answer:
#include <typeinfo>
...
cout << typeid(variable).name() << endl;
Similar questions
Computer Science,
5 months ago
Physics,
5 months ago
Science,
5 months ago
Geography,
10 months ago
English,
10 months ago