int *a[5] refers to

Answer Posted / vikesh

int *a[5] means that there are 5 integer pointers[which
store adresess of only integers] whose adresses are in
continous locations and each pointer name is accesed by *a
[0],*a[1]....*a[4].for example
a[0]=n means a[0] points to n, a[1]=p means a[1] points to
p.[where n and p are integers]Let the adress of n and p be
some 625 and 254 respectively. then a[0] will hold 625
whose adress is(assume)1000 and a[1]will hold 254 whose
adress is 1002.similarly the a[2] will hold some adress(if
u make it to point) with its adress 1004 and a[3] will hold
some others adress with its adress 1006 and a[4] will hold
some others adress with its adress 1008.

Is This Answer Correct ?    26 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the c keywords?

747


write a program to display all prime numbers

1452


Explain the difference between ++u and u++?

633


How can I write a function that takes a format string and a variable number of arguments?

600


Explain what are linked list?

617






What are the header files used in c language?

583


Define Array of pointers.

631


Why is C language being considered a middle level language?

652


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1425


How is a structure member accessed?

582


What is console in c language?

602


Are enumerations really portable?

592


Explain what is the difference between null and nul?

650


In C language what is a 'dangling pointer'?

632


what is reason of your company position's in india no. 1.

1770