in C you do
int *a = malloc(sizeof(int) * 10);
So in the standard, how is it specified? Like what determines the type of the object?
I