what is unsigened char
and what is the difference from char
Answer Posted / manish soni
char langth is -128 to 127
and unsigned char have no neathive value so langth is
increase 256 .
this is the main differece.
manish soni TBC jaipur
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is selection sort in c?
What is the purpose of sprintf() function?
What are unions in c?
Add Two Numbers Without Using the Addition Operator
Hai what is the different types of versions and their differences
Is c dynamically typed?
What are c header files?
What is the use of clrscr?
What is the size of enum in c?
write an algorithm to display a square matrix.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are the different types of pointers used in c language?
Why cant I open a file by its explicit path?
How does free() know explain how much memory to release?
Not all reserved words are written in lowercase. TRUE or FALSE?