Answers for "the c++ type variable"

C++
0

c++ variable type

// Example
std::cout << "Data-type = " << typeid(YourVariable).name() << "\n";
  
// Syntax
typeid(YourVariable).name()
Posted by: Guest on May-05-2021
0

define a type in c++

typedef [type] [name_of variable]
Posted by: Guest on December-20-2021

Browse Popular Code Answers by Language