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...

What is the real difference between arrays and pointers?

Answer Posted / pravinash

array is collection of similar datatype. it is a static
memory allocation means we can not increment and decrement
the arry size once we allocated. and we can not increment
the base address, reassign address.

pointer is a dynamic memory allocation. we can allocate the
size as we want, assigning into another variable and base
address incrementation is allowed.

Is This Answer Correct ?    72 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers really faster than arrays?

1082


Array is an lvalue or not?

1189


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1158


Why array is used in c?

1063


What is a node in c?

1024


What is variable and explain rules to declare variable in c?

1179


What are the different file extensions involved when programming in C?

1343


write a program to create a sparse matrix using dynamic memory allocation.

4957


Explain how can I open a file so that other programs can update it at the same time?

1184


What is the scope of global variable in c?

1037


What are logical errors and how does it differ from syntax errors?

1351


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1254


What is array of structure in c programming?

1333


What is the purpose of void in c?

1109


How do I create a directory? How do I remove a directory (and its contents)?

1223