✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який буде результат спроби скомпілювати цей код?
Введіть відповідь точно так, як зазначено у варіантах екзамену.
#include <iostream>
using namespace std;
class A {
private:
int x = 5;
};
int main() {
A obj;
cout << obj.x;
return 0;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!