Pointers
Keywords
Address + Dereferencing
#include <stdio.h>
Application Memory + Code (Text) + Static/Global + Stack + Heap
Call by Value + Formal Argument + Actual Argument
Call by Reference
References
C/C++ for Visual Studio Code
C++ Program for dot product and cross product of two vectors
StackOverflow -- What does “dereferencing” a pointer mean?
Function call by Value in C
Youtube freeCodeCamp.org -- Pointers in C / C++ [Full Course]
Data Structures - Full Course Using C and C++
GeeksforGeeks -- What is Dynamic Memory Allocation?
What is the difference between call by value and return by value? And what is the difference between call by reference and return by reference?
Stack vs Heap Memory Allocation
Simplified CMake Tutorial
C++ Standard Library and Standard Template Library (STL)
printf