Question: *Program is in C* What is wrong with the following code? #include #include int main() {int *p = (int *)malloc(sizeof(int)); p = NULL; free(p);} What

*Program is in C*
What is wrong with the following code? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
