Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do I declare a pointer to an array?

Answer Posted / shruti

you do not need to declare a pointer to any array..

an array itself is a constant pointer..

a[10] is equivalent to *a.

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc() and calloc()?

1980


Explain what is gets() function?

1118


Can you apply link and association interchangeably?

1176


How is a pointer variable declared?

1158


What are qualifiers and modifiers c?

1063


What are c preprocessors?

1242


What is malloc and calloc?

1103


What is #error and use of it?

1346


What is the need of structure in c?

1186


What is the difference between break and continue?

1672


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1368


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1165


What do you mean by Recursion Function?

1178


What is the process to generate random numbers in c programming language?

1219


What are the c keywords?

1255