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


Please Help Members By Posting Answers For Below Questions

In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

983


What is the purpose of & in scanf?

602


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

669


How are pointers declared in c?

603


Can a variable be both const and volatile?

678






C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

615


What are local static variables? How can you use them?

650


please explain every phase in the "SDLC" in the dotnet.

2182


What is the 'named constructor idiom'?

645


What is c mainly used for?

601


What is #include stdlib h?

619


What are the types of macro formats?

613


hi, which software companys will take,if d candidate's % is jst 55%?

1669


What is huge pointer in c?

589


Explain about C function prototype?

613