C++ में New ऑपरेटर का क्या उपयोग है?
Answers
Answered by
1
Answer:
C++ language
Use of new operator°°°
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.
Similar questions
Physics,
5 months ago
English,
5 months ago
Math,
5 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago
Science,
1 year ago
Environmental Sciences,
1 year ago