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
What is modeling?
Dont ansi function prototypes render lint obsolete?
What is static identifier?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
State two uses of pointers in C?
How many main () function we can have in a project?
Explain what are its uses in c programming?
how to construct a simulator keeping the logical boolean gates in c
Can a variable be both const and volatile?
Is c still relevant?
How do we open a binary file in Read/Write mode in C?
How can I change their mode to binary?
Is register a keyword in c?
How does normalization of huge pointer works?
What is nested structure in c?