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 the difference between NULL and NUL?
Array is an lvalue or not?
Write a program to check armstrong number in c?
What are the features of c language?
What is signed and unsigned?
Why is c faster?
What is a sequential access file?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is typedef example?
How many identifiers are there in c?
Describe the order of precedence with regards to operators in C.
Explain two-dimensional array.
What is define directive?
Is c pass by value or reference?
Compare and contrast compilers from interpreters.