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
Explain what is the benefit of using an enum rather than a #define constant?
Are there namespaces in c?
Write a program to reverse a given number in c?
Explain the use of keyword 'register' with respect to variables.
When should you use a type cast?
What are pointers? What are stacks and queues?
What is a static function in c?
Write a factorial program using C.
How does sizeof know array size?
What are the advantages of external class?
What is clrscr in c?
What is the purpose of sprintf() function?
What is strcmp in c?
When should volatile modifier be used?
What is the use of extern in c?