Answer to Question s17

Wrong number of parameters. There is no parameterless constructor for type ListCell.

Type error. Expression new ListCell(...) yields a result of type List. It cannot be stored into a variable of type List*.

Incorrect. Suppose L = [ ]. This function computes L->head, which causes a memory fault.