Computer Science, asked by phanidhapulokesh, 1 year ago

consider the folowing c++ code

Answers

Answered by MukulSmartboy
0
ctrl ++ : it's use erasers size increase
Answered by lily44
0
Consider the following C++ code snippet and what is the output of its program?

#include



using namespace std;

int main()

{


int arry[ ] ={ 5,7,10,9};

int**p= (arry+1);


cout<<**arry+10;


system ("pause");


return 0;


}

lily44: please mark me as a brain list
Similar questions