Skip to content

A program in C that allocates memory based on user input

Notifications You must be signed in to change notification settings

Spuersinnx/Malloc-With-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Malloc-With-C

The following program, coded in C, does the following:

  1. The program prompts the user to input desired bytes of memory to be allocated
  2. The program then uses the malloc built-in function in C to allocate the correct number of bytes within the machine

About

A program in C that allocates memory based on user input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages