Introduction to C ProgrammingIntroduces fundamental C programming concepts, covering variables, control structures, functions, and pointers, with practical examples and exercises.
Working with StringsCovers the basics of working with strings in C, including reading, copying, comparing, and converting strings, along with examples and quizzes.
Pointers and References in C++Covers the fundamental concepts of pointers and references in C++, including dynamic memory allocation and pointers to functions.
Pointers in C++Introduces the fundamentals of pointers in C++, covering memory addresses, differences between references and pointers, and pointer arithmetic.