An open API service indexing awesome lists of open source software.

https://github.com/jxck-s/cop3223

Introduction to C Programming COP3223 at UCF
https://github.com/jxck-s/cop3223

Last synced: 3 months ago
JSON representation

Introduction to C Programming COP3223 at UCF

Awesome Lists containing this project

README

        

# Introduction to C Programming (COP3223)
## University of Central Florida - Spring 2022

This repository contains my homework assignments and projects for **COP3223 - Introduction to C Programming** at the University of Central Florida during **Spring 2022**.

**Taken with Professor Hatim Boustique**

## Contents

- Homework assignments (`HW1.c`, `HW2.c`, etc.)
- Projects (`Proj1.c`, `Proj2.c`, etc.)
- Additional notes and test files

## Usage
To compile and run any of the C programs, use the following commands:

```bash
gcc filename.c -o output
./output