It stands for unsigned
.
When you declare a constant, you can also specify its type. Another common example is L
, which stands for long
. (and you have to put it twice to specify a 64-bit constant).
Example: 1ULL
.
It helps in avoiding explicit casts.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…