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
Do pointers store the address of value or the actual value of a variable?
What are the benefits of c language?
What are the applications of c language?
Explain what is a static function?
What is variable declaration and definition in c?
What is time null in c?
number of times a digit is present in a number
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is bubble sort in c?
What is extern c used for?
What is static memory allocation? Explain
Explain the concept and use of type void.
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is getch() function?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?