Home > Back-end >  Fundamental questions
Fundamental questions

Time:09-15

#include
using namespace std;
Enum Bool {false, true};
Struct String
{
Char * PTR.
int length;
};
Look not to understand new for old driver in detail

CodePudding user response:

Enum is enumerated modifier struct is structure modifier (similar to)

CodePudding user response:

Is the definition of a Bool enumeration and String structure
  • Related