Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Memory Management: Dynamic Allocation and Deallocation
Graph Chatbot
Related lectures (29)
Dynamic Memory Allocation in C
Explores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.
Pointers and References: Key Differences in Programming
Explains the differences between pointers and references in programming, focusing on their definitions, uses, and limitations in C and C++.
Pointers in C: Understanding Their Utility and Applications
Covers the definition and applications of pointers in C programming, emphasizing their role in memory management and generic programming.
Dynamic Memory Allocation: Understanding Pointers in C
Provides an overview of dynamic memory allocation in C programming, focusing on pointers and memory management techniques.
Dynamic Memory Management: Using Realloc in C
Explains dynamic memory allocation in C, focusing on the realloc function and its implications for managing memory effectively.
Strings in C: Initialization and Memory Management
Covers the representation and management of strings in C, highlighting key differences from other programming languages.
Dynamic Arrays in C: Flexible Array Members
Covers flexible array members in C, focusing on dynamic memory allocation and practical applications in system programming.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
C Programming Concepts: Debugging and Memory Management
Covers essential C programming concepts, including memory management, debugging techniques, and practical applications in programming projects.
Command Line Arguments in C: Understanding argc and argv
Explains command line arguments in C, focusing on the main function prototypes and how to use argc and argv.
Pointers in C: Understanding Memory Addresses and Variables
Explains pointers in C, focusing on their role as variables that store memory addresses and the importance of understanding memory management.
Pointers and Arrays: Memory Management in C
Explains pointers and arrays in C, focusing on memory management and dynamic allocation.
Pointers and Arrays: Understanding sizeof in C
Explains the sizeof operator in C, focusing on its use with pointers and arrays, and highlights common pitfalls and errors in its application.
Dynamic Memory Allocation in C++
Covers the concept of pointers in C++, dynamic memory allocation, and best practices.
Pointer Arithmetic: Understanding Memory Management in C
Explains pointer arithmetic in C, focusing on memory manipulation and common pitfalls.
Dynamic Memory Allocation: malloc and calloc in C
Explains dynamic memory allocation in C, focusing on malloc and calloc functions and their differences, including error prevention techniques.
Pointers and Functions: Understanding Type Reading
Covers type reading in C, focusing on pointers, functions, and the use of typedefs for clarity.
Dynamic Arrays in C: Implementation and Memory Management
Discusses the implementation and management of dynamic arrays in C programming, focusing on memory allocation and safe access methods.
Memory Management: Allocation and Deallocation
Covers memory management, focusing on allocation and deallocation of memory blocks, including garbage collection techniques and fragmentation issues.
Managing C Projects: Parameters and Compilation
Discusses managing C projects, focusing on function parameters and the compilation process.
Previous
Page 1 of 2
Next