Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Identify the incorrect option.

a) enumerators are constants
b) enumerators are user-defined types
c) enumerators are same as macros
d) enumerator values start from 0 by default

Answer: c
Explanation: Enumerators are used in order to create our own types whereas macros are textual substitutions.

Join The Discussion