what is meant by the "equivalence of pointers and arrays" in
C?
Answer Posted / nikhil
The meaning of equivalence is to convey that the pointers
and array syntax like ptr[i] *(array +i) can be used
interchangeably.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
In a byte, what is the maximum decimal number that you can accommodate?
How is a pointer variable declared?
What does c value mean?
What is the difference between strcpy() and memcpy() function in c programming?
Why are all header files not declared in every c program?
What does a pointer variable always consist of?
Explain what is the benefit of using const for declaring constants?
Explain how can I avoid the abort, retry, fail messages?
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
Difference between macros and inline functions? Can a function be forced as inline?
What is the use of printf() and scanf() functions?
Tell me when is a void pointer used?
What is variable in c example?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are the rules for the identifier?