What is the real difference between arrays and pointers?
Answer Posted / swetha.j.n
Array is a group of elements.But pointer is not a group of
elements.
Array refer to the data in memory location.But pointer
refer to the address in memory location.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What does c mean before a date?
Define Array of pointers.
What does a function declared as pascal do differently?
Explain the difference between malloc() and calloc() in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the g value paradox?
How can I read a binary data file properly?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Is r written in c?
How to Throw some light on the splay trees?
What is the use of a semicolon (;) at the end of every program statement?
What is the process of writing the null pointer?
What is fflush() function?
Explain is it valid to address one element beyond the end of an array?