Given the declaration. int *a; The statement. a = new int [50]; Dynamically allowcates an array of 50 components of the type? int, int*, pointer, address?
D
DiscoBall 13
@DiscoBall 13
Given the declaration. int *a; The statement. a = new int [50]; Dynamically allowcates an array of 50 components of the type? int, int*, pointer, address?