Курс на Stepik
Обложка курса «C programming and program execution (for LLP2024)» на Stepik
Бесплатно

C programming and program execution (for LLP2024) 4.857

Открыть на
STEPIK.ORG

"C Programming and Program Execution" is a comprehensive course designed to introduce students to the fundamentals of the C programming language and the process of program execution. This course covers essential topics such as basic syntax, data types, control structures, functions, arrays, pointers, and memory management in C.

Показатель Текущие показатели Рост
Значение 🏆 Рейтинг 3 дн 7 дн 30 дн
Количество учеников на курсе «C programming and program execution (for LLP2024)»Учеников на курсе 482
Сертификаты, выданные на курсе «C programming and program execution (for LLP2024)»Сертификатов выдано 0
Отзывы о курсе «C programming and program execution (for LLP2024)»Отзывов получено 7
Рейтинг курса «C programming and program execution (for LLP2024)»Рейтинг курса 4.857
Уроки в курсе «C programming and program execution (for LLP2024)»Количество уроков 17
Тесты в курсе «C programming and program execution (for LLP2024)»Количество квизов 28
Задачи с кодом в курсе «C programming and program execution (for LLP2024)»Количество задач с кодом 68
Время прохождения курса «C programming and program execution (for LLP2024)»Время прохождения курса
Обновления курса «C programming and program execution (for LLP2024)»Обновления курса
Дата публикации курса «C programming and program execution (for LLP2024)»Дата публикации курса
Последнее обновление курса «C programming and program execution (for LLP2024)»Последнее обновление

Содержание курса

Разделы в курсе «C programming and program execution (for LLP2024)» 3 раздела Уроки в курсе «C programming and program execution (for LLP2024)» 17 уроков Тесты в курсе «C programming and program execution (for LLP2024)» 28 тестов Задачи в курсе «C programming and program execution (for LLP2024)» 68 задач Время прохождения курса «C programming and program execution (for LLP2024)» 5 ч. Последнее обновление курса «C programming and program execution (for LLP2024)» обн. 1 год назад

C Language Basics

8 уроков
1. Introduction
2. Basic Computation Rules
3. Conditional Branching
4. Input and Output Streams
5. Global and Local Variables
6. Loops
7. Arrays and Pointers
8. Code Structure

Types

7 уроков
1. Type System Overview. Numeric Types
2. Interlude. Dynamic Memory Allocation
3. Structures
4. Linked List
5. Unions and Enumerations
6. Functions
7. Higher-order Functions

Code Structure

2 урока
1. Declarativeness. Stoock 1.0
2. Modularity and Abstraction