Login to filter by course Login to filter by course Reset
Memory Allocation in CCovers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, and strings.
Dynamic Memory Allocation in CExplores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.
Introduction to Vector in C++Introduces the fundamentals of vectors in C++, covering initialization, direct access, range-for loop, and specific functions.
Principles of LocalityExplores the impact of locality on system design, discussing strategies to optimize efficiency and performance through data layout, lock design, and data movement minimization.
Types: Data RepresentationExplores data types in C/Arduino microcontroller programming, covering boolean, byte, char, word, arrays, and memory allocation.