what is difference between signed & unsigned char?
Answers were Sorted based on User's Feedback
Answer / aruna devi
range of signed char is -128 to 127
range of unsigned char is 0 to 255
that is the difference between signed and unsigned char.
| Is This Answer Correct ? | 4 Yes | 1 No |
What are the types of collections in java?
What are different types of control structures?
What are the advantages of autoboxing?
how to write a program for sending mails between client and server
what is difference between class and object?
43 Answers College School Exams Tests, HCL,
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is difference between hashset and hashmap in java?
Can we define a package statement after the import statement in java?
What is anti pattern in cyber security?
How to read and write image from a file ?
Matrix multiplication only using OOP concepts .
Name the package that always imported by default?