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
What is null pointer constant?
What language is c written?
In C programming, what command or code can be used to determine if a number of odd or even?
What functions are used for dynamic memory allocation in c language?
how do you execute a c program in unix.
Explain what is a program flowchart and explain how does it help in writing a program?
What is anagram in c?
What is a method in c?
What is dynamic dispatch in c++?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is difference between function overloading and operator overloading?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Are comments included during the compilation stage and placed in the EXE file as well?
How many parameters should a function have?
What is difference between %d and %i in c?