Computer Science, asked by Adityabarakoti7586, 11 months ago

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 Neeraj723
0
______✨ HEY MATE ✨_____

➡️ Option (b) is the right answer ✔️

✌✌Hope it's help u ✌✌
Similar questions