Answer to Question 33B-1

A queue is required to initialize itself automatically to an empty queue. There is no provision in C++ for a pointer variable to be initialized automatically. But there is a way to get a structure to initialize itself by including a constructor.