正在加载图片...
Assignment and Unary Operators Assignment operators work the same The following unary operators are available C/C++ but not in java invert the bits of a word pointer creation pointer dereference sizeof of bytes in operand or data type - pointer dereference with field selection There is no pointer in Java23 Assignment and Unary Operators • Assignment operators work the same:– =, +=, -=, *=, /=, &=, |=, ^= • The following unary operators are available C/C++ but not in Java ~ invert the bits of a word * pointer creation & pointer dereference sizeof # of bytes in operand or data type -> pointer dereference with field selection There is no pointer in Java
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有