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
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the purpose of clrscr () printf () and getch ()?
What are different types of pointers?
Explain how are portions of a program disabled in demo versions?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain what are the advantages and disadvantages of a heap?
How can I direct output to the printer?
What is selection sort in c?
Difference between goto, long jmp() and setjmp()?
What is the difference between functions getch() and getche()?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How important is structure in life?
What is bubble sort in c?
what are enumerations in C
How can you avoid including a header more than once?