Answer to Question #21784 in C++ for Mark

Question #21784
#include<stdio.h>
int main()
{
int a[3][3]={1,2,3,4,5,6,7,8,9};
printf("%d %d %d",a+1,*(a+1),*(*(a+1)));
return 0;
}
pls explain how it manipulates a+1,*(a+1),*(*(a+1))
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS