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
Difference between linking and loading?
Do you know pointer in c?
What is the use of gets and puts?
What is a string?
How can I send mail from within a c program?
How can you check to see whether a symbol is defined?
Write a program which returns the first non repetitive character in the string?
What is function prototype in c language?
What is the use of ?
Do character constants represent numerical values?
Explain which function in c can be used to append a string to another string?
What is the process to create increment and decrement stamen in c?
Is c weakly typed?
explain what is fifo?
Explain what does the function toupper() do?