동적배열 할때


(type)* var = (type*) malloc(size_t * sizeof(type));


으로 하잖아요


근데 size_t가 정해져 있는데


그럼 type[size_t] var; 랑 차이가 뭔가요?