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
how to find anagram without using string functions using only loops in c programming
Can you define which header file to include at compile time?
Why C language is a procedural language?
What are extern variables in c?
which is an algorithm for sorting in a growing Lexicographic order
What is #include cctype?
Explain what math functions are available for integers? For floating point?
What is the mean of function?
What is difference between structure and union?
What’s the special use of UNIONS?
Explain what is the general form of a c program?
Is there a way to compare two structure variables?
What is array in C
What are different types of operators?
Difference between malloc() and calloc() function?