What is the impact of signed numbers on the memory?
Answer / Shilpi Agarwal
Signed numbers require more memory than unsigned numbers because they need to store a sign bit in addition to the magnitude bits. This means that for the same range, signed integers will consume more memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is bubble sort slow?
How is it possible to insert different type of elements in stack?
Why is sorting and classifying important?
What is the difference between array list and vector list?
Why null is allowed in hashmap?
Write a program for reversing the Single Linked List?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What does arrays tostring do?
In what order the elements of a hashset are retrieved?
What do you mean by level of the tree?
What is difference between an Array and ArrayList?
Explain what are the methods available in storing sequential files ?