Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Які способи ініціалізації вказівників є коректними в C++?
int* p = "address"
int* p = nullptr;
int* p = &existingVariable;
int* p = new int;
int* p = 123;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!