What is the real difference between arrays and pointers?
Answer Posted / johnson
Down at the lowest level, they both store addresses, there is
no difference. The difference is simply how the C language
allows you to use them, specially with multi dimensional
arrays. Single dimemsion arrays and pointers are practically
interchangeable.
| Is This Answer Correct ? | 37 Yes | 47 No |
Post New Answer View All Answers
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Explain how can I pad a string to a known length?
Can you please explain the difference between malloc() and calloc() function?
How are portions of a program disabled in demo versions?
What are the different categories of functions in c?
What is 02d in c?
Hai what is the different types of versions and their differences
When is a void pointer used?
Why we use conio h in c?
What is structure of c program?
What are the scope of static variables?
Where can I get an ansi-compatible lint?
What do you mean by a sequential access file?
How will you divide two numbers in a MACRO?