Answer Posted / nilay
as interger requires 2 bytes means 16 bits i.e. 2 raised to
15 ( 1 bit for sign bit to indicate no. is +ve or -ve) is
32768 to 32767 .if sign bit is not included then it is 2
raised to 16 i.e. 65535.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What does *p++ do? What does it point to?
What is void c?
Is return a keyword in c?
What is line in c preprocessor?
What is type qualifiers?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is zero based addressing?
How do c compilers work?
What is null pointer in c?
Explain what is a static function?
Suggesting that there can be 62 seconds in a minute?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a program to know whether the input number is an armstrong number.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is maximum size of array in c?