Attention! This course is in the "Sandbox". Courses like that are made by Hexlet users and are always free
FREE
course
Intro to C programming language
538 students
12 messages
Course updated
30 December 2022
Included in the course
Description
Brian Kernighan, one of the authors of a classic textbook wrote: «C is a razor sharp tool, with which one can create an elegant and efficient program or a bloody mess.» This introductory course is for absolute beginners in programming. It will help you understand the main concepts of the popular programming language.
Course program
Estimated time: 3 hours
-
2
Variables and loops in C
To learn about variables and loops in C and to write a somewhat more useful program.quiz
-
4
For loop in C
To learn about another type of loops in C and rewrite the temperature conversion program so that it uses for instead of while.quiz
-
6
if/else condition
Learn about conditions and complete a classical exercise called Fizz-Buzz. -
9
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic