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

What is null pointer constant?

767


What language is c written?

736


In C programming, what command or code can be used to determine if a number of odd or even?

802


What functions are used for dynamic memory allocation in c language?

831


how do you execute a c program in unix.

830






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

839


What is anagram in c?

680


What is a method in c?

792


What is dynamic dispatch in c++?

753


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2226


What is difference between function overloading and operator overloading?

840


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

874


Are comments included during the compilation stage and placed in the EXE file as well?

858


How many parameters should a function have?

851


What is difference between %d and %i in c?

879