Inizializzazione
int V[25] = {3, 5, 6, 1} ;
double vector[3] = {-1.2, 4.7, 5.9} ;
char word[50] = {'s' , 'p', 'o', 't'};
string student[54] = {"Chris Berkley",
"Kevin Chao", "Missy Mesfin","Joel Triemstra"};
int M[ ] = {1, 4, 15, 2};
char Name[ ] = "Michael Bird";