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: Understanding sizeof in C
Graph Chatbot
Related lectures (29)
Previous
Page 3 of 3
Next
Introduction to UNIX and C Programming Concepts
Covers UNIX fundamentals and introduces C programming concepts, including variables, data types, and basic operations.
Strings in C: Initialization and Memory Management
Covers the representation and management of strings in C, highlighting key differences from other programming languages.
Pointers: General Concepts
Introduces the fundamental concepts of pointers in C programming, emphasizing their utility for memory access and dynamic allocation.
Introduction to C Programming
Introduces the fundamentals of C programming, covering language families, data types, pointers, and compilation processes.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.
Managing C Projects: Parameters and Compilation
Discusses managing C projects, focusing on function parameters and the compilation process.
In-Place Tokenization: A Case Study in C Programming
Covers in-place tokenization in C, focusing on modifying strings directly to extract tokens.
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.
Advanced Types in C: Enums, Typedefs, and Structs
Discusses advanced types in C, including enumerated types, typedefs, and structures, with practical examples to illustrate their usage.