NetApp interview question

In this code, what is constant? What line is allowed? int const *foo; *foo = 0xdeadbeef; // allowed? foo = 0xdeadbeef; // allowed?