what is meant by the "equivalence of pointers and arrays" in
C?
Answers were Sorted based on User's Feedback
Answer / sameer
name of array(without subscript) points to the first
location of array.
eg. a[10].
a points to first location of array.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the concatenation operator?
how many times of error occur in C
Does c have function or method?
hi how to convert program from notepad to turboc editor can u please help me
How was c created?
Linked lists -- can you tell me how to check whether a linked list is circular?
Define the scope of static variables.
What is data structure in c programming?
how does printf function work
Are there constructors in c?
What does a run-time "null pointer assignment" error mean?
Why isnt any of this standardized in c?