Question: 1. Create a program that allocates an array of integers (as above), frees them, and then tries to print the value of one of the
1. Create a program that allocates an array of integers (as above), frees them, and then tries to print the value of one of the array elements. Does the program run? What does valgrind tell you?
answer:
the program runs fin, but val grind gives me an error. invalid read of size 4 which means it tried to read 4 bytes. it telles me that its an invalid address located right after a block of 400 free'd

1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
