Programming-C

Tasks studies - laboratory

View project on GitHub

Example_tasks

This directory contains examples of programming tasks that are intended to demonstrate various programming techniques, solutions, and concepts. Each task is included in a separate file and contains a description of the problem and solution code.

Contents:

Lab00: Environment configuration

Lab01: Variables, Operators, Conditional statements, IN/OUT

Lab02: Loops and arrays

Lab03: Functions, pointers, variable scope

Lab04: Standard libraries and string operations

Lab05: Casting, logical connectives and structures

Lab06: Tic-Tac-Toe Game

Lab07: Writing and reading files

Lab08: Unions and memory allocation

Kolokwium: Revision of the material

Each task includes a detailed description of the problem, sample input and output, and solution code. You can use these examples as a starting point for solving similar problems or as material to learn and experiment with different programming techniques.

I encourage you to read the individual examples and use them for educational and practical purposes. If you have any questions or comments about these tasks, please feel free to contact me via GitHub.

Good luck and happy programming!