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 string constants?
Is main a keyword in c?
Stimulate calculator using Switch-case-default statement for two numbers
What does %p mean?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is volatile variable how do you declare it?
Why do we write return 0 in c?
What is an endless loop?
Why do some versions of toupper act strangely if given an upper-case letter?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How will you write a code for accessing the length of an array without assigning it to another variable?
How do I get an accurate error status return from system on ms-dos?
Explain a file operation in C with an example.
What is the use of a static variable in c?