252.

Which operator is used to allocate memory for an instance of a class, as well as to pass arguments to a constructor of that class?

The new operator is used to create new objects. As part of the creation process, the appropriate constructor is automatically invoked.