Answers for "what is datatype of string in cpp"

C++
0

how to know datatype of something in c++

int k;
cout << typeid(k).name() << endl;
Posted by: Guest on January-10-2021

Code answers related to "what is datatype of string in cpp"

Browse Popular Code Answers by Language