What is difference between array and structure?
Array is how parts are arranged.
Structure is how parts assembled.
Array:Static memory allocation. It uses the subscript to access the array elements. Structure:Dynamic memory allocation. It uses the dot(.)operator to access the structure members
Got an answer for poison? Would you like to comment on the posted answers, or vote for the one which you think is the best?
Sign up for a free account, or sign in (if you're already a member).
Other people asked questions on similar topics, check out the answers they received:
Other people asked questions on various topics, and are still waiting for answer. Would be great if you can take a sec and answer them