Computer scienceProgramming languagesC++Types and data structures

Structures

Theory

Size

Report a typo

What is the size (in bytes) of an empty structure in C++?

struct Person {
    int age;
};
Enter a number
___

Create a free account to access the full topic