Right option is (c) Real time user-defined memory allocation
The explanation: In many softwares, while declaring a matrix- the user has to assign a size of the matrix before entering any values to it. But in MATLAB, the user does not need to mention any size; mentioning the number of elements is enough for MATLAB to determine the size of the matrix required.