Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given these definitions:
int i = 1.01, *pi{&i};
which of the following definitions are legal?
const int & ri7{1.01};
int& ri1, i2{10};
int* &ri3{&i};
int const &ri6{1};
int *& ri8{pi};
int &*pri{pi};
int& ri4{pi};
int &ri5{*pi};
int& ri{1.01};
int &ri2{i};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!