Welcome to the GitHub repository for your Introduction to Programming Using C (IPC144) school projects. This repository contains various projects and assignments related to the IPC144 course. This course covers the fundamental principles of computer programming with a focus on problem-solving strategies using structured programming techniques. The C programming language is used to introduce problem analysis, algorithm design, and program implementation.
- Apply a systematic approach to solve problems.
- Use a variety of thinking skills to anticipate and solve problems.
- Analyze, evaluate, and apply relevant information from a variety of sources.
- Design functions using selection and iteration constructs to solve a programming task.
- Connect functions using pass-by-value and pass-by-address semantics to assemble a complete program.
- Design collections using arrays and structures to manage data efficiently.
- Code algorithms using standard library functions to incorporate existing technology.
- Code complete programs using appropriate object and pointer types to solve programming problems.