what is unsigened char
and what is the difference from char

Answers were Sorted based on User's Feedback



what is unsigened char and what is the difference from char..

Answer / 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

what is unsigened char and what is the difference from char..

Answer / guest

insigned character occupies the -127 to +128 bits .
char it occupies only one byte

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


how to introdu5ce my self in serco

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


What is the heap in c?

0 Answers  


Describe the steps to insert data into a singly linked list.

0 Answers  






Differentiate between the = symbol and == symbol?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is printf () in c?

0 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


How does selection sort work in c?

0 Answers  


How to establish connection with oracle database software from c language?

0 Answers  


When do we get logical errors?

0 Answers  


Categories