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

Array is slow compare to pointer

Is This Answer Correct ?    46 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a value that does not change during program execution a) variabe b) argument c) parameter d) none

1291


What is a file descriptor in c?

1199


Write a program to print “hello world” without using semicolon?

1183


Explain how can you determine the size of an allocated portion of memory?

1151


What is the ANSI C Standard?

1329


What is a union?

1092


Why we use int main and void main?

1119


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1410


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1946


Is linux written in c?

1084


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1481


Add Two Numbers Without Using the Addition Operator

882


What is the use of pointers in C?

1134


List some of the dynamic data structures in C?

1304


How can I change the size of the dynamically allocated array?

1206