Answer Posted / saurabh upman
Index is used as an offset value.Giving value 0 to the starting address means that we are 0 element far from the destination in a contigious memory arrangment.It makes the indexing a coherent offset to be assigned.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the -> in c?
Why void is used in c?
What is integer constants?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the difference between class and object in c?
What is static and volatile in c?
hi, which software companys will take,if d candidate's % is jst 55%?
How can you call a function, given its name as a string?
In which layer of the network datastructure format change is done
Explain the difference between null pointer and void pointer.
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is static memory allocation?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures