I have a dynamic array which I am trying to assign values to
int n = 5; double* array; int main(){ array = new double[n]; array[1] = 2; printf(&q