Skip to content

The is the time i wasted on C at college rather tha n making some cool stuffs...

Notifications You must be signed in to change notification settings

LOSTBOY-IS-DED/sem3_manhoosiyat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is the updated README reflecting that all files are in the main folder with no subdirectories:

# College C Assignments

This repository contains the C assignments I worked on during my time in college. Instead of building cool stuff, I spent countless hours on these tasks. Feel free to explore, critique, or learn from my journey with C programming.

## Repository Structure

All assignments are stored in the main folder. The structure looks like this:

. ├── q1.c ├── q2.c ├── q3.c └── README.md


Currently, the repository contains the following assignments:

1. **q1.c**: Basic array operations (insert, delete, search, etc.)

More assignments will be uploaded one by one.

## Getting Started

To run the assignments, you need a C compiler installed on your machine. You can use GCC, Clang, or any other standard C compiler.

### Using GCC

1. Clone the repository:
   ```sh
   git clone https://github.com/yourusername/college-c-assignments.git
   cd college-c-assignments
  1. Compile the C file:

    gcc -o q1 q1.c
  2. Run the compiled program:

    ./q1

Contributing

While these assignments were a part of my college curriculum i wasted a lot of time . If you find any bugs or have suggestions, feel free to open an issue or create a pull request.

Contact

If you have any questions go ask your college professor don't contact me to help


Bhai koi kuch mt karna

About

The is the time i wasted on C at college rather tha n making some cool stuffs...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages