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 / bhavani.p

Array is slow,array refer data in memory location.
Pointer is fast,pointer refer address to the memory location....

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which node is more powerful and can handle local information processing or graphics processing?

1370


What is c language & why it is used?

1174


Without Computer networks, Computers will be half the use. Comment.

2353


What is difference between union and structure in c?

1244


Is python a c language?

1055


What is sizeof in c?

1053


How can I remove the leading spaces from a string?

1210


What are types of structure?

1171


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1346


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1205


What is meant by preprocessor in c?

1071


What is the use of bitwise operator?

1173


Explain how do you use a pointer to a function?

1154


Can we declare a function inside a function in c?

1095


How does selection sort work in c?

1097