Page 1 of 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 d

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) typedef unsigned long ul;
b) unsigned long typedef ul;
c) typedef ul unsigned long;
d) ul typedef unsigned long;