what is meant by the "equivalence of pointers and arrays" in
C?
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain the four storage classes in C?
how logic is used
How can I find out how much free space is available on disk?
What is the function of volatile in c language?
What is the method to save data in stack data structure type?
What are header files in c programming?
How pointers are declared?
Explain what is the difference between functions abs() and fabs()?
What does. int *x[](); means ?
what type of questions arrive in interview over c programming?
Is c still used?
What does sizeof function do?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is difference between function overloading and operator overloading?
What are the features of c language?