#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))
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments