Postingan

Summary of Pointer, Structure & Linked List

Gambar
Goldius Leonard / CC01 / 2301857102                                                                 Data Structure Summary of Pointer, Structure & Linked List             Data is one of the most important part of a system to make it run well. We have known that one variable of data can store one data at a time. How about several data with the same type? Therefore we need an array ( a collection of items stored at contiguous memory locations and elements can be accessed randomly using indices of an array ) to store it. We have learnt that an array should be created with a certain size and cannot be expanded nor m...