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: Option A

Join The Discussion