I m seeing both char and short are two bytes each, also the following is valid:
char a = x ;
int b = a;
long c = a;
However when I do short d = a; I m getting an error that cannot convert from char to short. even though both are two bytes.
我可以看到的是,在你印刷时,它显示出了特性。 唯一使用果园吗?