Answer Posted / supercool
It uses the concept of Binary digits. Take an array size of 64 for example. We start from 0 and end at 63,
We require 6 bits.But, if we were to start from 1 and end at 64, we would require 7 bits to store the same number,
thus increasing the storage size.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the differences between Structures and Arrays?
What is variable declaration and definition in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is uint8 in c?
What are header files and what are its uses in C programming?
What is #error and use of it?
Describe wild pointers in c?
What is #define used for in c?
What is the difference between array and linked list in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is #line in c?
When should structures be passed by values or by references?
What is static and auto variables in c?
What is default value of global variable in c?
What is a program flowchart?