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

what do you mean by inline function in C?

0 Answers   IBS, TCS,


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


What is this infamous null pointer, anyway?

0 Answers  


What is the difference between arrays and pointers?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,






how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


How to write a multi-statement macro?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


What library is sizeof in c?

0 Answers  


How many types of functions are there in c?

0 Answers  


Categories