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
- Host: GitHub
- URL: https://github.com/jxck-s/cop3223
- Owner: Jxck-S
- Created: 2025-02-11T21:57:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T22:00:56.000Z (3 months ago)
- Last Synced: 2025-02-11T23:23:11.381Z (3 months ago)
- Language: C
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to C Programming (COP3223)
## University of Central Florida - Spring 2022This 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