Main Function
int main(){ int a[5] = {123,13,42,35,34,534}; int *p; p = (int *)malloc(7*sizeof(int)); for(int i = 0; i < 6; i++)