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 |
Program to Find the second largest element in an array.
What is the difference between an if statement and a switch statement?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What happens if an exception is throws from an object's destructor?
What is meant by string is immutable?
What is java in simple terms?
Why are the methods of the math class static?
Which is better 64 bit or 32 bit?
What are the OOAD concepts in java explain with examples?
Why javac is not recognized?
what is the difference between multitasking and multithreading?
What is not thread safe?