logo

Crowdly

Geben Sie an, welche Zahl ausgegeben wird. struct Person { char Name[10];...

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

Geben Sie an, welche Zahl ausgegeben wird.

struct Person {

char Name[10];

char Vornamen[10];

int Alter;

double Groesse;

};

int main() {

    struct Person person_test;

printf("Die Person benötigt %d Byte Speicherplatz", sizeof(person_test));

return 0;

}

More questions like this

Want instant access to all verified answers on moodle.hs-hannover.de?

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