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
Pointers and Arrays: Memory Management in C
Graph Chatbot
Related lectures (28)
Previous
Page 2 of 3
Next
Dynamic Arrays in C: Flexible Array Members
Covers flexible array members in C, focusing on dynamic memory allocation and practical applications in system programming.
Dynamic Memory Allocation: Basics and Examples
Explores dynamic memory allocation in C, covering stack vs. heap memory, helper functions, and practical examples.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.
Introduction to C: Arrays and Functions
Covers the basics of C programming, focusing on arrays and functions, including 1D and 2D arrays, string operations, dynamic memory allocation, and reading files.
Arrays in C: Advanced Data Types
Discusses advanced data types in C, focusing on arrays and their characteristics.
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.
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.
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.
Understanding Vectors: sizeof()
Explores the C++ vector, emphasizing the sizeof operator and vector analysis.
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.