Consider the following C++ code snippet and what is the output of this program?
#include
using namespace std;
int main ( )
{
int array [ ] = {5, 7, 10, 9 };
int **p = (array + 1 );
cout << **array + 10;
system ("pause");
return 0;
}
Answers
Answered by
0
______✨ HEY MATE ✨_____
➡️ Option (b) is the right answer ✔️
✌✌Hope it's help u ✌✌
➡️ Option (b) is the right answer ✔️
✌✌Hope it's help u ✌✌
Similar questions
India Languages,
7 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
Chemistry,
1 year ago
India Languages,
1 year ago