What is the real difference between arrays and pointers?
Answer Posted / ved prakash
There is NO DIFFERENCE between Array and Pointer... Both
are 100% Equivalent... Ya but Implementation wise Array
is more friendly than Pointer, Actually Internally array is
converted into Pointer by the compiler..
I can Write more if you are not getting my Point..
U can contact me at VED.COM@GMAIL.COM
| Is This Answer Correct ? | 26 Yes | 89 No |
Post New Answer View All Answers
Write program to remove duplicate in an array?
how to find binary of number?
Why do we use pointer to pointer in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Why can't I perform arithmetic on a void* pointer?
What is the difference between variable declaration and variable definition in c?
How do I get a null pointer in my programs?
what is a function method?give example?
Differentiate between a structure and a union.
How to draw the flowchart for structure programs?
Describe wild pointers in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between abs() and fabs() functions?
What are examples of structures?
Is int a keyword in c?