Skip to content

Latest commit

 

History

History

0x0C-more_malloc_free

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

0x0C. C - More malloc, free

Resources:books:

Read or watch:


Learning Objectives:bulb:

What I learned from this project:

  • How to use the exit function
  • What are the functions calloc and realloc from the standard library and how to use them

  • A function that allocates memory using malloc.
  • A function that concatenates two strings.
  • A function that allocates memory for an array, using malloc.
  • A function that creates an array of integers.

Author