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 |
How do you delete a list in java?
What is a numeric digit?
What are the types of exceptions?
What does snprintf return?
What are the names of Component subclasses that support painting?
Can we force garbage collector to run ?
What is the maximum length of a url?
What are different data structures in java?
when should you use stringbuilder class in a program?
what is recursion in java
Which is bigger double or float?
Can a final variable be initialized in constructor?