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 a file pointer?
Write a program in java to create a doubly linked list containing n nodes.
What is the use of list in java?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
What does %d do in java?
Explain the difference between jvm and jre?
what is the diff b/w arraylist and vector?
6 Answers Code Genesis, Genesis, Sprintine Labs,
What do you understand by synchronization?
What is casting?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What is the immediate superclass of the Dialog class?
What is the protected method modifier?