logo

Crowdly

Browser

Add to Chrome

Чи працюватиме код поданий далі? Якщо так, то який результат його виконання? #i...

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

Чи працюватиме код поданий далі? Якщо так, то який результат його виконання?

#include <iostream>

using namespace std;

union A {

char* s;

struct B {

double b;

int a;

};

};

void main(){

cout << sizeof(A) << "\t" << sizeof(A::B) << "\n";

}

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome