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 is the difference between a function and a method in c?
Why we use int main and void main?
write a program to find out prime number using sieve case?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Why doesnt long int work?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Can 'this' pointer by used in the constructor?
What is the data segment that is followed by c?
What are the benefits of organizational structure?
What is the best style for code layout in c?
The file stdio.h, what does it contain?
What does sizeof int return?
Compare array data type to pointer data type
What are global variables and explain how do you declare them?
What are local static variables?