Consider the following code and How many bytes of memory will be allocated?
int *ptr = (int *) malloc(10 * sizeof(int));