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
a) typedef unsigned long ul;
b) unsigned long typedef ul;
c) typedef ul unsigned long;
d) ul typedef unsigned long;
b) unsigned long typedef ul;
c) typedef ul unsigned long;
d) ul typedef unsigned long;