Static vs Dynamic Memory allocation of an array

前端 未结 0 1152
無奈伤痛
無奈伤痛 2020-12-22 18:45

Which is more memory efficient and why between declaring the size of an array at run time using the \'new\' keyword for dynamic memory allocation and using the method below:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题