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
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain why c is faster than c++?
C language questions for civil engineering
What are the 3 types of structures?
What is dynamic variable in c?
what do you mean by enumeration constant?
What is calloc in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What does %c do in c?
What is a structure and why it is used?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Can you define which header file to include at compile time?
Are pointers really faster than arrays?
Write a program that accept anumber in words
Are c and c++ the same?