Programming in C Training Course

Overview

The course is prepared for beginning programmers.

Requirements

Knowledge of any text editor and operating system.

Course Outline

A Brief History of C Programming Language

Basic Instructions

Data types

  • Keywords
  • Operators and their priorities

Retrieving and Displaying Data

  • Printf formatting instructions and scanf

Operators

Functions, macros

Structures

Indicators

  • Pointers to variables
  • Pointers to functions
  • Pointers to variables in the structure

Dynamic memory allocation

  • Malloc function

Recursion Functions with a variable number of parameters unions bit fields Basic functions of the library

  • Libraries math, stdio, stdlib, time

Introduction to algorithms and data structures *

  • Unidirectional list
  • Tree
  • Sorting algorithms
  • * Optional topics

Leave a Reply

Your email address will not be published. Required fields are marked *