What is the impact of signed numbers on the memory?



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

Post New Answer

More Data Structures Interview Questions

Is bubble sort slow?

1 Answers  


How is it possible to insert different type of elements in stack?

7 Answers   TCS,


Why is sorting and classifying important?

1 Answers  


What is the difference between array list and vector list?

1 Answers   CGI,


Why null is allowed in hashmap?

1 Answers  


Write a program for reversing the Single Linked List?

1 Answers   Honeywell, Zomato,


What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?

1 Answers  


What does arrays tostring do?

1 Answers  


In what order the elements of a hashset are retrieved?

1 Answers  


What do you mean by level of the tree?

1 Answers  


What is difference between an Array and ArrayList?

1 Answers   UGC Corporation,


Explain what are the methods available in storing sequential files ?

1 Answers  


Categories