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 / siddhartha

Arrays allocate the memory space which cannot resized or
reassigned. But in case of pointers the memory size can be
resized

Is This Answer Correct ?    42 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2307


Tell us the use of fflush() function in c language?

1102


Why is struct padding needed?

1041


How to declare a variable?

967


Is it fine to write void main () or main () in c?

979


How pointers are declared?

921


What is the use of getchar() function?

1084


What is the difference between malloc() and calloc() function in c language?

1040


How do we print only part of a string in c?

986


What does c value mean?

1125


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5905


What does %2f mean in c?

1169


explain what is fifo?

1033


how to write a c program to print list of fruits in alpabetical order?

2251


What is the use of static variable in c?

1056