What is the real difference between arrays and pointers?
Answer Posted / revathi
Array supports static memory allocation in the sense the memory size is allocated before it can use
Pointer supports dynamic memory allocation in the sense the memory is resized
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a nested loop?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
shorting algorithmS
Explain union.
What does %p mean c?
How do you view the path?
What are the types of functions in c?
How can I find out how much free space is available on disk?
Describe dynamic data structure in c programming language?
What is 2 d array in c?
What is the difference between procedural and declarative language?
Explain what are multibyte characters?
What does 1f stand for?
What are the features of c languages?
Explain heap and queue.