6. Derlare in a single statement in C a pointer "p" w the arriy "int a [256] :" so ha p [1] is an alias of a [0]. p[2] is an alias of' a [1] , and so on, all the way up so that p [256] is an alias of a [255]