CodeClerks

Discussions about Cpp Memory

Showing page: 1 of 1

C uses malloc() and calloc()functions to allocate memory dynamical at run time. Similarly, it uses the function free() to free dynamicallyallocated memory. We use dynamic allocation techniques when it is not known in a...

  • NomanProdhan
    NomanProdhan Level 1
  • 0 7 years ago

    Hello there I am doing a simple C programming project. For the project I will need to use two dimensional array and also will need to store all the array data/elements in my HDD. I mean after exiting the program interre...

  • NomanProdhan
    NomanProdhan Level 1
  • 2 7 years ago