logo

Crowdly

What is the size of the following structure on a 64-bit system? #include <io...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is the size of the following structure on a 64-bit system?

#include <iostream>

using namespace std;

struct MyStruct {

    char a;

    int b;

    double c;

};

int main() {

    cout << sizeof(MyStruct);

    return 0;

}

0%
67%
0%
33%
More questions like this

Want instant access to all verified answers on do.ipo.kpi.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!