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 modifier & how many types of modifiers available in c?
What is the difference between scanf and fscanf?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
how to find anagram without using string functions using only loops in c programming
What is a constant?
What are the usage of pointer in c?
Explain how do you declare an array that will hold more than 64kb of data?
how to write a c program to print list of fruits in alpabetical order?
Can we access array using pointer in c language?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the use of clrscr?
What are the advantages and disadvantages of pointers?
What is the symbol indicated the c-preprocessor?
What is a pragma?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?