Skip to main content
Graph
Search
fr
|
en
Switch to dark mode
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Pointers and References: Key Differences in Programming
Graph Chatbot
Related lectures (29)
Previous
Page 3 of 3
Next
Memory Management: Allocation and Deallocation
Covers memory management, focusing on allocation and deallocation of memory blocks, including garbage collection techniques and fragmentation issues.
In-Place Tokenization: A Case Study in C Programming
Covers in-place tokenization in C, focusing on modifying strings directly to extract tokens.
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.
Dynamic Memory Allocation in C++
Covers the concept of pointers in C++, dynamic memory allocation, and best practices.
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.
Introduction to C Programming
Covers the basics of C programming, including syntax, data types, pointers, arrays, and compilation commands.
Pointers: Passing by Reference in C
Explains pointers in C, focusing on passing by reference and memory management techniques.
Arrays in C: Advanced Data Types
Discusses advanced data types in C, focusing on arrays and their characteristics.
Linker and Loader: Understanding Compilation in C
Explains the roles of linker and loader in C programming, focusing on separate compilation and the creation of executable files.