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 are the different types of control structures in programming?
What is string length in c?
What are the different types of linkage exist in c?
Differentiate Source Codes from Object Codes
What is the size of structure pointer in c?
What are local variables c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
please give me some tips for the placement in the TCS.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is function prototype?
How do you sort filenames in a directory?
i got 75% in all semester am i eligible for your company
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Why does the call char scanf work?
Can we initialize extern variable in c?