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
Do you have any idea how to compare array with pointer in c?
What is the meaning of typedef struct in c?
What is the use of a conditional inclusion statement in C?
What does typedef struct mean?
How can you invoke another program from within a C program?
What is the purpose of & in scanf?
Explain how do you use a pointer to a function?
What is 2 d array in c?
What is binary tree in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What are the storage classes in C?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is the difference between array_name and &array_name?
What does void main return?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?