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 |
write a program to print the all 4digits numbers & whose squares must me even numbers?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
When should a far pointer be used?
IS Doon college of Engn.. has good faculty
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What 'lex' does?
What is cohesion and coupling in c?
what is self refrential structure
What is self-referential structure in c programming?