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


Please Help Members By Posting Answers For Below Questions

Give the rules for variable declaration?

669


What is the use of getch ()?

629


How can I invoke another program or command and trap its output?

610


string reverse using recursion

1805


Write the Program to reverse a string using pointers.

613






What is a void pointer? When is a void pointer used?

618


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

692


What is the purpose of main() function?

648


write a program fibonacci series and palindrome program in c

630


How can you increase the allowable number of simultaneously open files?

593


can any one tel me wt is the question pattern for NIC exam

1553


What is selection sort in c?

602


What are lookup tables in c?

548


Write a code to remove duplicates in a string.

623


How can I run c program?

677