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
Functional Programming Principles
Graph Chatbot
Related lectures (27)
Previous
Page 3 of 3
Next
Python Programming: Lists and Functions Overview
Introduces Python programming concepts, focusing on lists, functions, and their applications in problem-solving.
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.
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++.
Loops: Control Statements and Functions
Covers modeling control statements with functions in Scala, including while loops, repeat loops, and for-loops translation.
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.
Virtual Machines: Memory Management and Control Flow
Covers the architecture of virtual machines, focusing on memory management, control flow, and the CEK machine's semantics.
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.