int a[3];  <--> new int[3];


The only difference is the name attached to initialize?