Login to filter by course Login to filter by course Reset
Enum in C++Introduces enum in C++, explaining its syntax, conventions, default values, and usage in switch statements and define for defining constants.
Pointers and References in C++Covers the fundamental concepts of pointers and references in C++, including dynamic memory allocation and pointers to functions.
Python Programming BasicsIntroduces Python programming basics, covering loops, functions, lists, and conditions for code execution.
C++ Pointers and StructuresCovers practical C++ programming aspects, focusing on pointers, structures, memory management, and variable declarations.
Functions in PythonIntroduces functions in Python, covering predefined and user-defined functions, formal and effective parameters, and the importance of docstrings.