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 is difference between array and structure in c?
Explain the use of fflush() function?
Is c dynamically typed?
What is the meaning of && in c?
What are the advantages of Macro over function?
What is a program flowchart and how does it help in writing a program?
What is exit() function?
What is array of pointers to string?
What are the properties of union in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Can include files be nested? How many levels deep can include files be nested?
What is a method in c?
What will be your course of action for a push operation?
What tq means in chat?
What is pointers in c?