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
Microcontrollers: Programming and Applications
Graph Chatbot
Related lectures (29)
Previous
Page 2 of 3
Next
Functions in C: Key Concepts and Examples
Explains the essential concepts of functions in C programming, including definitions, prototypes, and argument passing techniques.
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.
Handling Command Line Arguments in C: Practical Examples
Covers the handling of command line arguments in C programming with practical examples and structured approaches.
Variables and Types: Introduction to C Programming
Introduces the fundamentals of variables and types in C programming, covering declaration, initialization, and the differences from Java.
File Input/Output: Sequential Access and Configuration
Discusses file input/output concepts, focusing on sequential access and configuration file handling in programming.
Forking Processes: Practical Examples and Execution Flow
Covers the fork system call in operating systems through three practical examples, illustrating process management and execution flow.
Understanding Microcontrollers: Basics and Programming
Covers the basics of microcontrollers, including practical exercises and programming assignments for hands-on experience.
Standard Input/Output in C: Managing Data Streams
Provides an overview of standard input and output management in C programming, covering printf, scanf, and file handling techniques.
Structures: Declaring and Initializing
Covers the concept of structures in C programming and how to declare and initialize them.