Giter Site home page Giter Site logo

freddyfavour / c-programs-from-class Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9 KB

This repository contains C programs written to reinforce understanding of C programming concepts. These programs were completed for the CPE 203 course at Ladoke Akintola University of Technology during the Previous Semester.

License: MIT License

C 100.00%
c cpp

c-programs-from-class's Introduction

CPE 203: Practical Programming with C (Previous Semester)

Repository Contents:

This repository contains C programs written to reinforce understanding of C programming concepts. These programs were completed for the CPE 203 course at Ladoke Akintola University of Technology during the Previous Semester. The code includes examples of:

  • 3x3 matrix: Basic matrix operations.
  • Addition: Simple arithmetic operations.
  • Palindrome checker: String manipulation and conditional logic.

Compilation and Execution:

To compile and run these programs, you will need a C compiler (such as GCC).

  1. Clone the repository:

    git clone https://github.com/freddyfavour/CPE-203_Practical-Programming-with-C.git
  2. Navigate to the project directory:

    cd CPE-203_Practical-Programming-with-C
  3. Compile the C file:

    gcc desired_file.c -o desired_program

    Replace desired_file.c with the name of your C file and desired_program with the desired executable name.

  4. Run the program:

    ./desired_program

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.