Structures, Unions, Enums on C related Questions and Answers


Question :   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:
1. typedef unsigned long ul;
2. unsigned long typedef ul;
3. typedef ul unsigned long;
4. ul typedef unsigned long;
Answer :   1 - typedef unsigned long ul;  

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter