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 |
Explain what is #line used for?
c program for searching a student details among 10 student details
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What is meant by realloc()?
What are structures and unions? State differencves between them.
Can the curly brackets { } be used to enclose a single line of code?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
define switch statement?
Explain how can you tell whether a program was compiled using c versus c++?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the difference between mpi and openmp?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a