Categories
C/C++

Dynamic memory allocation in C

It happens sometimes you want to write a program that might need to use more memory for holding data at the run time and you cannot predict precisely how much memory you need at the programming time. For instance, in the simplest way you want to ask user to enter N numbers and then sort […]

Exit mobile version