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
What is c language & why it is used?
Why doesn't C support function overloading?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is the heap?
What is the difference between volatile and const volatile?
What do you understand by normalization of pointers?
The difference between printf and fprintf is ?
What does sizeof return c?
Explain what are compound statements?
Why dont c comments nest?
How does struct work in c?
What is a pointer value and address in c?
How can type-insensitive macros be created?
What are the benefits of organizational structure?
What is scope and lifetime of a variable in c?