zhivko-kocev / structured-programming

Repository for the course - Structured Programming in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solved Tasks - Structured Programming Course

Welcome to the repository containing the solved tasks for the Structured Programming course. This repository contains solutions to various programming tasks designed to enhance your understanding and proficiency in structured programming concepts.

Table of Contents

About

This repository contains solutions to tasks assigned during the Structured Programming course. Each task is designed to reinforce concepts such as control structures, functions, arrays, loops, and other fundamental principles of structured programming.

Usage

To use these solutions:

  1. Clone the repository to your local machine:

    git clone https://github.com/zhivko-kocev/structured-programming.git
  2. Navigate to the directory containing the desired solution.

  3. Compile the source code using a C compiler:

    gcc -o task_solution task_solution.c
  4. Run the compiled executable:

    ./task_solution
  5. Follow the instructions prompted by the program.

License

This project is licensed under the MIT License.

About

Repository for the course - Structured Programming in C

License:MIT License


Languages

Language:C 100.0%