checking datatype of input at runtime
how can we check the datatype of the input that the user has entered at runtime in C++?
0