void main( ) { int Ar[ ] = { 6 , 3 , 8 , 10 , 4 , 6 , 7} ; int *Ptr = Ar , I ; cout<<++*Ptr++ << '@' ; I = Ar[3] - Ar[2] ; cout<<++*(Ptr+I)<<'@'<<"\n" ; cout<<++I + *Ptr++ << '@' ; cout<<*Ptr++ <<'@'<< '\n' ; for( ; I >=0 ; I -=2) cout<
Answers
Answered by
0
Answer:
what is this
please don't these types of questions
Similar questions
Math,
4 months ago
English,
4 months ago
Math,
4 months ago
Science,
9 months ago
English,
9 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Math,
11 months ago