C++ Structure

  • last year
n C++, a structure is a user-defined data type that allows you to group together variables of different data types under a single name. Unlike classes, structures do not support member functions, access control, or inheritance

Recommended