what is difference between array and structure?
Answer Posted / shruti
Array is a base pointer..
** it points to a particular memory location..
Structure is not a pointer..
| Is This Answer Correct ? | 209 Yes | 50 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
Is the exit() function same as the return statement? Explain.
What is the use of header files?
Can the “if” function be used in comparing strings?
What are near, far and huge pointers?
What are different types of variables in c?
What is a structure and why it is used?
What is function and its example?
What is the difference between call by value and call by reference in c?
How can I delete a file?
Is c++ based on c?
What is the difference between array and pointer?
What are pointers? What are stacks and queues?
Why is python slower than c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?