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
How do you list a file’s date and time?
What is the difference between far and near ?
Is a house a shell structure?
How can you determine the maximum value that a numeric variable can hold?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain what is output redirection?
What does %c do in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Differentiate between ordinary variable and pointer in c.
What functions are used in dynamic memory allocation in c?
If I have a char * variable pointing to the name of a function ..
What is a pointer and how it is initialized?
Why is c so popular?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is size of union in c?