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
What 'lex' does?
Why double pointer is used in c?
What is structure in c definition?
What is sizeof c?
How many identifiers are there in c?
What is #include cctype?
When do we get logical errors?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
All technical questions
What does calloc stand for?
What is operator precedence?
difference between Low, Middle, High Level languages in c ?
What is the best way of making my program efficient?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings