Skip to content

wesdeir/Assign3_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here’s a revised simple README that mentions pointers:


Assign3_C

This is a school project for my C language class.

Description

The project demonstrates basic programming concepts in C, including file handling, data structures, pointers, and standard input/output operations.
It was created as part of my coursework and is intended for educational purposes.

How to Compile

Use the following command to compile the project:

make

Or, if there is a main C file (e.g., main.c):

gcc -o assign3 main.c

How to Run

After compiling, run the program with:

./assign3

Notes

  • All source code is written in C.
  • This project was developed as an assignment for my class.
  • It includes examples of using pointers in C.

About

Soggy coaster progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors