Question 1  of   19

Which of the following is true about "new" operator?

A. Creates objects.
B. Obtains the simple (unqualified) string name of a variable, type, or member.
C. Allocates a block of memory on the stack.
D. Converts an object to a compatible type.
E. Checks the run-time type of an object.