0
Is there any mistakes in this code?
2 Respostas
+ 5
Change line 6 to printf("%d\n",*a);
() instead of {}
Western comma instead of Chinese comma
+ 1
👍Quite not obvious,another confusing point to me is that why an ampersand is added before m,doesn' t an ampersand refer to the address?