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 functions
1 Article
1