

MCQOPTIONS
Saved Bookmarks
1. |
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 ____________ |
A. | typedef unsigned long ul; |
B. | unsigned long typedef ul; |
C. | typedef ul unsigned long; |
D. | ul typedef unsigned long; |
Answer» B. unsigned long typedef ul; | |