Skip to content

Hi everyone! I'm Ayush — this is my C assignment on Functions & Header Files. It checks Armstrong, Adams, Prime-Palindrome numbers and includes basic array tools written in simple modular C.

Notifications You must be signed in to change notification settings

ayush-writes-code/c-assignment-sem-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Hi Everyone! Thankyou for looking at me :) i'm really simple to use.

## Files
- `mylib.c / mylib.h`  → number functions (Armstrong, Adams, Prime Palindrome)
- `arraylib.c / arraylib.h`  → array helper functions (max, min, reverse, sort)
- `main.c`  → menu program to test everything

## To Compile (Windows)
```bash
gcc main.c mylib.c arraylib.c -o program.exe
program.exe

CREATED BY - AYUSH TOMAR

About

Hi everyone! I'm Ayush — this is my C assignment on Functions & Header Files. It checks Armstrong, Adams, Prime-Palindrome numbers and includes basic array tools written in simple modular C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages