What is the real difference between arrays and pointers?
Answer Posted / ajay kumar
The name of the array represents the base address of the array. Thus, the name of the array can be used effectively as any other pointer to an array in accessing the elements of the array.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a good way to implement complex numbers in c?
what is ur strangth & weekness
What is nested structure with example?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
define string ?
what is a constant pointer in C
Can a file other than a .h file be included with #include?
What is merge sort in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are header files and explain what are its uses in c programming?
What is meant by recursion?
How can I make sure that my program is the only one accessing a file?
Is a house a shell structure?
What is #include stdio h?