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
Explain spaghetti programming?
What does main () mean in c?
Why do we use pointer to pointer in c?
What is %s and %d in c?
Write a code to generate a series where the next element is the sum of last k terms.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Define recursion in c.
Is c procedural or functional?
What is substring in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain about C function prototype?
What is a const pointer in c?
What is the right way to use errno?
What are the scope of static variables?
What is a nested formula?