Teach2give-Technical-Test

This is a repository for the Teach2Give Technical assessment

Stars
9

Teach2give-Technical-Test

C programming language

Overview

This repository contains a set of 6 questions for the Teach2Give assessment test and their respective answers in C language.

The questions are written in the form of comments in the program files:

main.h

Output

How to Run

git clone https://github.com/victorpreston/Teach2give-Technical-Test.git
cd Teach2give-Technical-Test
gcc main.h <fileName> -o <Output_fileName>
git clone https://github.com/victorpreston/Teach2give-Technical-Test.git
cd Teach2give-Technical-Test && cd output
$./OutputFile
Related Projects