About:How to write the declaration of pointers and references rightly.
Example1:
howtowriteadeclarationforareferencetoanarrayof10integers.
(&ref)areferenceto[10]anarrayof10 intintegersintv[10],(&ref)[10]=v;
Example2:
Let'stryanotherone:v[10]anarrayof10 (*)po