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 void c?
How do you list files in a directory?
What is the difference between break and continue?
How many parameters should a function have?
How many levels of pointers can you have?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is string concatenation in c?
How do c compilers work?
What does p mean in physics?
How can I do graphics in c?
what is recursion in C
Is that possible to store 32768 in an int data type variable?
Which is better oop or procedural?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is static memory allocation?