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
Concept
C syntax
Graph Chatbot
Related lectures (27)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 3
Next
Tail Calls: Optimization Techniques
Explores tail call optimization in functional programming, discussing trampolines, Baker's technique, and more.
Pointers and Memory Management
Covers pointers in C++, memory addresses, dynamic allocation, arrays, and memory management techniques.
Programming State Machines
Covers the programming of a state machine in the context of understanding microcontrollers and emphasizes the importance of managing states and transitions.
Effects of Array Overflow
Explores the impact of array overflow on function calls and memory allocation in C++.
Structured Data: C++
Covers structured data representation, arrays, structures, variable declaration, initialization, and functions with multiple return values.
Engineering Projects Overview
Provides an overview of engineering projects, troubleshooting tips, and practical demonstrations on signal processing and Arduino integration.
In-Place Tokenization: A Case Study in C Programming
Covers in-place tokenization in C, focusing on modifying strings directly to extract tokens.