Malloc-With-C The following program, coded in C, does the following: The program prompts the user to input desired bytes of memory to be allocated The program then uses the malloc built-in function in C to allocate the correct number of bytes within the machine