Technical Books for 2024 (and 2025)
A list of technical books that I plan to read in 2024 and 2025
Dec 26, 20232 min read710

Search for a command to run...
Articles tagged with #computer-science
A list of technical books that I plan to read in 2024 and 2025

Introduction Pointers are variables that store the address of another variable. Allow us to indirectly access variables (i.e. we can talk about its address rather than its value) Importance of Pointers: More flexible pass-by-reference. Manipulate...
