Is there a difference between unsigned short int and a unsigned short decleration in c and if so, what is it please ? I tried looking online, but couldn't find anything worthwhile.
unsigned short int x1;
unsigned short x2;
Lastly, if there is a difference, how can I cast them to each other respectively please?