Start
Nauka
Publikacje
Dydaktyka
Konsultacje
Ogłoszenia
Linki
Archiwum
English
 
 
Introduction to Programming in C

Week
(date)
Topic Presentation Programs
1.
(29.02.2024)
Module content. Literature. Method of assessing. PDF -
IDE for creating, analyzing and running C programs. The general structure of the program in C. Comments. PDF DOCX
2.
(07.03.2024)
Input/output operations in language C. Variables, declarations, types and names of variables. Numerical constants. Operators and arithmetic expressions. Precedence of operators. Mathematical functions. PDF DOCX
3.
(14.03.2024)
Relational (comparison) and logic operators. Logical expressions. Conditional if statement. Conditional operator?. Switch instruction. PDF DOCX
4.
(21.03.2024)
Loops: for, while and do..while. Break, and continue statements. PDF DOCX
5.
(28.03.2024)
One-dimensional arrays: declaration, initialization of array elements, operations. PDF DOCX
6.
(04.04.2024)
7.
(11.04.2024)
Two- and multi-dimensional arrays, operations on arrays. PDF DOCX
8.
(18.04.2024)
Strings of characters. Header file string.h. PDF DOCX
9.
(23.04.2024)
Practical test no 1. - Example
10.
(09.05.2024)
Structures. PDF DOCX
11.
(16.05.2024)
Pointers. Dynamic memory allocation. PDF DOCX
12.
(23.05.2024)
Functions, general structure of the function. Recursive function call. PDF DOCX
13.
(28.05.2024)
(Tuesday)
Text files. PDF DOCX
input1.txt
input2.txt
input3.txt
14.
(04.06.2024)
(Tuesday)
Practical test no 2. - Example
tempC.txt

bmw.txt




Last update: 30.05.2024
Jarosław Forenc