Page 1 of 1

What is the order for the following C declarations?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
short a : 17;
int long y : 33;
a) Legal, legal
b) Legal, illegal
c) Illegal, illegal
d) Illegal, legal