Sorry! Posting Assignment is allowed only for commercial accounts.
int main(){int *p = (int *)malloc(sizeof(int));*p=10free(p);return 0}