Introduction to C: Arrays and FunctionsCovers the basics of C programming, focusing on arrays and functions, including 1D and 2D arrays, string operations, dynamic memory allocation, and reading files.
Arrays and Strings in C++Explores arrays, vectors, and strings in C++, covering their practical aspects and specific functions/methods.
Engineering Projects OverviewProvides an overview of engineering projects, troubleshooting tips, and practical demonstrations on signal processing and Arduino integration.
Introduction to C ProgrammingIntroduces fundamental C programming concepts, covering variables, control structures, functions, and pointers, with practical examples and exercises.
Memory Allocation in CCovers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, and strings.
Structured Data: C++Covers structured data representation, arrays, structures, variable declaration, initialization, and functions with multiple return values.