C Programming: Linear search through arrays

preview_player
Показать описание
In this session we'll use the linear search to search through three kinds of arrays: an array of integers, an array of strings, and an array of structs. For the strings and structs we'll use dynamic arrays that expand themselves as more capacity is needed. We will utilize the malloc and realloc memory management functions to resize the arrays as we read data from files.
Рекомендации по теме