C Programming! Stackoverflow

Sdílet
Vložit
  • čas přidán 9. 09. 2024
  • PIEAS (Pakistan Institute of Engineering and Applied Sciences)

Komentáře • 2

  • @karticomf2787
    @karticomf2787 Před 4 lety +1

    How to Access to the heap?

    • @davidportlouis1576
      @davidportlouis1576 Před 4 lety

      using malloc, heap is external so a *ptr to allocated memory in heap is returned by malloc which is used to access the dynamically allocated memory