what is unsigened char
and what is the difference from char
Answer Posted / 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 View All Answers
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Why do we use namespace feature?
Write a code on reverse string and its complexity.
Where does the name "C" come from, anyway?
Explain how can you tell whether two strings are the same?
Why c is a procedural language?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how could explain about job profile
What is the value of c?
Why enum is used in c?
What is a 'null pointer assignment' error?
Why do we need a structure?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Compare and contrast compilers from interpreters.