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
What are the applications of c language?
Which is better malloc or calloc?
What is far pointer in c?
please give me some tips for the placement in the TCS.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain bit masking in c?
What are the three constants used in c?
Explain setjmp()?
difference between object file and executable file
Explain how can a program be made to print the line number where an error occurs?
Can you please explain the difference between syntax vs logical error?
What is the concatenation operator?
What is the auto keyword good for?
Write a simple code fragment that will check if a number is positive or negative.
What is the use of function overloading in C?