Skip to content
KnowledgeCity

Getting Started with C Programming

Learn how to install Code::Blocks, and how to both get input into a program and display output from a program
Preview the first lesson free — get full access to all 3 lessons.
Course: On-Demand
Beginner Provider Mike McMillan  3 Lessons ·  7m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

This Getting Started with C course introduces you to the programming environment used for the language – Code::Blocks. Code::Blocks is an integrated development environment (IDE) that provides both a text editor for writing C programs and a compiler for running them. Code::Blocks has sections for managing projects, entering programs, running programs, viewing output, and viewing coding errors. We’ll dive deep into each of these sections, going over how to get the most from the Code::Blocks UI.

These lessons will also go over input and output in C—how to use the printf function to display data on the screen, and how the scanf function retrieves data from the user and stores it in a program. These are functions every student should know before getting started on their programming journey.

What You'll Learn

  • Understand what the Code::Blocks system is for and how to use it
  • Navigate the Code::Blocks IDE sections for managing projects, entering programs, running programs, viewing output, and viewing coding errors
  • Display data on the screen using the printf function
  • Retrieve and store user input using the scanf function
  • Download and set up Code::Blocks to write and compile C programs

Key Takeaways

  • Code::Blocks is an integrated development environment (IDE) that provides both a text editor for writing C programs and a compiler for running them.
  • Code::Blocks has sections for managing projects, entering programs, running programs, viewing output, and viewing coding errors.
  • The printf function is used to display data on the screen in C.
  • The scanf function retrieves data from the user and stores it in a program.
  • Input and output functions such as printf and scanf are functions every student should know before getting started on their programming journey.

Frequently Asked Questions

What is this course about?

This Getting Started with C course introduces you to Code::Blocks, the programming environment used for the language, and covers input and output in C using the printf and scanf functions.

What is Code::Blocks?

Code::Blocks is an integrated development environment (IDE) that provides both a text editor for writing C programs and a compiler for running them, with sections for managing projects, entering programs, running programs, viewing output, and viewing coding errors.

Who is this course for?

It covers functions every student should know before getting started on their programming journey, making it suited to beginners starting with C.

What skills will I gain from this course?

The course covers C (Programming Language), C Compilers, C-Based Programming Languages, Computer Programming, Interactive C, and Interactive Programming.

What topics are covered in the lessons?

The lessons cover Downloading Code::Blocks, Performing Output in C, and Getting Input From the User.