Licson Lee says to YSITD int* array = malloc(w * h * sizeof(int)); *array = 1; array++; *array = 2; array++; ……