
please wait
|
|
new
operator allocates memory for a specified number of items. That has to be a whole number. It wouldn't make sense to allocate half an item. Hence it has to be an integer value.a
should be assigned some specific value before trying to use it.