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

which of 'arrays' or 'pointers' are faster?

Answer Posted / pushpendra

array is faster than pointer because accessing array elements
by pointers always faster.there is used one array and more pointer.we know pointer is a "value at address".
so pointers stores only address of variable but arrays are stores similar data types.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431


What is meant by initialization and how we initialize a variable?

1092


Write a program to print "hello world" without using a semicolon?

1119


Explain what is the difference between the expression '++a' and 'a++'?

1263


How can I direct output to the printer?

1371


How will you find a duplicate number in a array without negating the nos ?

2184


I have seen function declarations that look like this

1093


Can a local variable be volatile in c?

1055


What is page thrashing?

1140


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1998


What is console in c language?

1139


What is a program flowchart and explain how does it help in writing a program?

1359


What is a const pointer?

1196


How do I send escape sequences to control a terminal or other device?

1121


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1107