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 is an argument in java?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
Why java is object oriented?
What an i/o filter?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
what is check p object in java
What is the original name of java?
How to make a write-only class in java?
What are basic keywords?
How is the marker interface used in Java?
What is the purpose of the System class?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?