0_0_19124955_12949.cpp: In function 'int main()':
0_0_19124955_12949.cpp:7:15: error: cannot convert 'int (*)[4]' to 'int*' in initialization
int *temp=zh;
^
0_0_19124955_12949.cpp:20:18: error: lvalue required as left operand of assignment
*(zh+i)+j=temp;
^
|