what is unsigened char
and what is the difference from char
Answers were Sorted based on User's Feedback
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 |
Answer / guest
insigned character occupies the -127 to +128 bits .
char it occupies only one byte
| Is This Answer Correct ? | 0 Yes | 1 No |
What is a macro, and explain how do you use it?
write a program that will print %d in the output screen??
Describe the order of precedence with regards to operators in C.
Can we change the value of constant variable in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
Do you have any idea how to compare array with pointer in c?
Why cd or dvd are round why not square.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How can I allocate arrays or structures bigger than 64K?
program for comparing 2 strings without strcmp()