integral promotion question.

If the expression is:
1
2
short a=11;
short b=a;

In the second expression, will a first be converted to int type then converted back to short? just curious.
Both a and b are of same type, so there should be no reason to convert.
Topic archived. No new replies allowed.