calloc malloc We need to split and pass the memory we want We can pass how much memory we want. Ex: p=calloc(5,sizeof(int) Ex: p=malloc(5,sizeof(int) Function return void Functions Return void…
Difference Between malloc() and calloc()
1 Article
1