CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
signed-integer
06-13
database
Why, in some C compilers, does `int x = 2147483647 1;` give only a warning but stores a negative v
04-12
Software engineering
About int and unsigned int
03-09
OS
C usual arithmetic conversions rules
02-26
front end
Why do `(char)~0` and `(unsigned char)~0` return values of different widths?
12-25
OS
How to access Json element with the name "long" and "short"
10-22
Net
С typecasting in conditions
10-20
database
Unsigned modulo in Java
09-22
Software design
Why is the for loop running infinite number of times? [duplicate]
Links:
CodePudding