0
Program
What will be the output of this program? And way? Note: Includes all required header files using namespace std; int main { Int find[] ={1,2,3,4}; Int *p=9find+1); Cout<<*p; return 0; } https://www.sololearn.com/discuss/2599901/?ref=app
5 Respostas
0
Yes, it is🤗
+ 1
thank you so much
0
If the 9 was a ( you would have had 2
find+1 is find[1] that is 2
0
this is the reason why?
0
You'r welcome 🤗