unsigned tag

2 questions


1 answers
114 views
0
How do you define unsigned int in Java?

Is there a way to define unsigned int in Java? What does unsigned mean in Java?I'm looking at String.hashcode right now and I want to see the possibility of a 32-bit unsigned int crash here.

1 years ago

1 answers
118 views
0
How do I print "unsigned long"?

I know how to output the int, long, float, and double types in CI don't know how to print unsigned longprintf(%lu\n, unsigned_boo)printf(%du\n, unsigned_boo)printf(%ud\n, unsigned_boo)printf(%ll\n, un...


© 2024 OneMinuteCode. All rights reserved.