Which of the following is the correct syntax for declaring an alias?

Which of the following is the correct syntax for declaring an alias? Correct Answer ALIAS alias_name : alias_type object_name;

To declare an alias, the keyword ALIAS is used. Then, the colon sign followed by the name of ALIAS. Then, the name of the object is then specified whose alias is to be created. So, that the duplicate for that object can be created.
Bissoy MCQ

Related Questions

We want to create an alias name for an identifier of the type unsigned long. The alias name is: ul. The correct way to do this using the keyword typedef is ____________
We want to create an alias name for an identifier of the type unsigned long. The alias name is: ul. The correct way to do this using the keyword typedef is . . . . . . . .
Which of the following is the correct syntax of declaring a complex number?
Which of the following is the correct syntax for declaring a SUBTYPE?
Which is correct syntax for declaring pointer to object?
Which is the correct syntax of declaring a virtual function?
Which is the correct syntax for declaring static data member?