#includevoid main(){int arr[]={1,2,3,4,5,6};void xxx(int[5]);xxx(arr);}void xxx(int ch[5]){printf("%d",-1[ch]);}
No comments:
Post a Comment