Predict the output of the following program. For any unpredictable output, use ?? as placeholders. int main() { int x = 10; int* pi int* ; g = (int*) malloc(sizeof (int)); * = 60; p = 9; free (p); printf("%d %d %d ", X, *p, *9); q=&X; X = 70; p = 9; *q = x + 11; printf("%d %d %d", X, *p, *q); }