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
Explain what are the different data types in c?
Explain the use of 'auto' keyword in c programming?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain do array subscripts always start with zero?
What is a shell structure examples?
What is getch () for?
What does the c preprocessor do?
What is a structural principle?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is optimization in c?
The file stdio.h, what does it contain?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What are the advantages of using new operator as compared to the function malloc ()?
how is the examination pattern?
Do you know the use of fflush() function?