consider the folowing c++ code
Answers
Answered by
0
ctrl ++ : it's use erasers size increase
Answered by
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;
}
#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
English,
7 months ago
Science,
1 year ago
CBSE BOARD X,
1 year ago
Hindi,
1 year ago
English,
1 year ago