Computer Science, asked by kavikamasani546, 3 months ago

Question 6/30
How will you free the memory allocated by the following program?
#include <stdio.h>
#include <stdlib.h>
#define MAXROW 3
#define MAXCOL 4
int main() {
int **p, i, j;
p = (int **) malloc(MAXROW * sizeof(int*));
return 0;
memfree(int p);
dealloc(p);
malloc(p, 0);
free(p):​

Answers

Answered by xainknows
0

By removing the Cache data

Answered by anjumkhan15696
0

nope..... ............

Similar questions