What is the function of 'new' operator?
Answers
Answered by
2
Answer:
The primary purpose of new operator is to allocate memory for a variable or an object during run time. It is used instead of malloc() function. When new operator is used, the variables/objects are considered to be pointers to the memory location allocated to them.Mar 9, 2016
jolly410:
what for did you give the date. Today is 8th June
Answered by
0
the primary purposes of the new operator is to allocate memory for a variable or an object during run time. it is used instead of Malloc () function .when new operator is used the variable/objects are consider to be pointers to the memory location allocated to them
plzz make it a brainlist answer
hope it will help you
plzz make it a brainlist answer
hope it will help you
Similar questions