what is meant by the "equivalence of pointers and arrays" in
C?
Answer Posted / shruti
An array is a constant pointer.
a[10] is equivalent to *a..
it is known as base pointer..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain what is a pragma?
What are valid signatures for the Main function?
What do you mean by a local block?
What is type qualifiers?
Explain the advantages of using macro in c language?
find out largest elemant of diagonalmatrix
Define C in your own Language.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is a const pointer in c?
What is dynamic variable in c?
What is an expression?
What does node * mean?
What is scanf () in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?