Skip to content

Instantly share code, notes, and snippets.

@huhuang03
Created March 11, 2017 17:48
Show Gist options
  • Save huhuang03/f89d29436e3e2d12ac61254cb631ab88 to your computer and use it in GitHub Desktop.
Save huhuang03/f89d29436e3e2d12ac61254cb631ab88 to your computer and use it in GitHub Desktop.
int daytab[][x]:每行x个元素的二位数组
int (*daytab)[x]: 同上
int *daytab[x]: 一维数组,有x个元素,元素类型为int指针
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment