Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdthaker/senecacollege-btp100
Course dedicated to learning C language.
https://github.com/sdthaker/senecacollege-btp100
c computer-science seneca-college software-engineering
Last synced: 26 days ago
JSON representation
Course dedicated to learning C language.
- Host: GitHub
- URL: https://github.com/sdthaker/senecacollege-btp100
- Owner: sdthaker
- Created: 2020-12-12T13:33:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T17:42:12.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:50:08.556Z (5 months ago)
- Topics: c, computer-science, seneca-college, software-engineering
- Language: C
- Homepage: https://ict.senecacollege.ca/~btp100/
- Size: 5.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![visitors](https://visitor-badge.glitch.me/badge?page_id=sdthaker.visitor-badge)
# Programming Fundamentals Using C
This repository contains Workshops, Projects, Notes, and other additional course work for Fall 2020 BTP100 emphasizing topics such as Computation, Arrays, Structures, Functions, Pointers, Files and Strings.### Workshop
- [x] WS01 - Computations
- [x] WS02 - Logic
- [x] WS03 - Arrays
- [x] WS04 - Structures### Milestone
- [x] Assginment 1 - Functions, Structs, Strings
- [x] Assignment 2 - Functions, Pointers, Files, Strings, Structs, Arrays### Final Assessment
- [x] Functions, Structs, Pointers, Files, Strings, Arrays