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 / shubham arora

1-through pointers we can access data directly while in array we have to traverse the whole array for accessing particular data.
2- due to above reason accessing through pointers is fast than
array.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to find out prime number using sieve case?

2140


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

2121


Can you think of a logic behind the game minesweeper.

2521


What are the advantages of using macro in c language?

1195


What is a example of a variable?

1064


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


What is string function c?

1076


Why is c not oop?

1038


What is non linear data structure in c?

1074


Explain what is output redirection?

1249


What does typedef struct mean?

1172


What is output redirection?

1279


How can you determine the size of an allocated portion of memory?

1361


What is function what are the types of function?

1058


how to find anagram without using string functions using only loops in c programming

3241