Answer Posted / sandeep
when compared pointers work fast ,beacause:
1.array too is pointer
eg:char s[20];
gets(s);
here we are supplying base address.
2.array notation will be inter coverted as pointers
where we can directly use pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do pointers need to be initialized?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is the purpose of main() function?
What is the use of static variable in c?
What are derived data types in c?
What is the difference between int main and void main?
code for replace tabs with equivalent number of blanks
How can I send mail from within a c program?
What kind of structure is a house?
What do you mean by invalid pointer arithmetic?
What is static volatile in c?
Why can arithmetic operations not be performed on void pointers?
What are the similarities between c and c++?
Explain what is the difference between a string and an array?
How do c compilers work?