1. A 1-D array is started with which symbol?

usually arrays are declared with

type name[];
or
type name[n];
or
type* name;