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 define directive?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What type is sizeof?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is the role of this pointer?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What are directives in c?
Subtract Two Number Without Using Subtraction Operator
What are the scope of static variables?
Explain how do you print an address?
how to introdu5ce my self in serco
What will be your course of action for a push operation?
How macro execution is faster than function ?
What are extern variables in c?