Skip to content

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

Notifications You must be signed in to change notification settings

freddyfavour/CPE-203_Practical-Programming-with-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages