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
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain data types & how many data types supported by c?
If you know then define #pragma?
Are negative numbers true in c?
int far *near * p; means
What is a pointer in c plus plus?
What are integer variable, floating-point variable and character variable?
What is sizeof int in c?
What is the difference between test design and test case design?
Explain what is the benefit of using enum to declare a constant?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How can a process change an environment variable in its caller?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the size of enum in bytes?
Can we change the value of #define in c?