Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 2.47 KB

ACP-Programs.md

File metadata and controls

38 lines (37 loc) · 2.47 KB

Advanced C Programming

Welcome to the "ACP Programs" Github repository! This repository is a comprehensive collection of all the programs taught in the ACP class of SDM College of Engineering and Technology, 2022 - 23. The programs cover advanced topics in C programming such as pointers, structure, union, dynamic memory allocation, file I/O, and storage classes.

New programs will be added to this repository as the teacher completes each topic.

This repository does not have any license. The programs are intended for educational purposes.

Table of Contents

Installation

To execute or run the programs in this repository, you must have a C compiler installed on your machine. You can install a C compiler such as GCC or Clang on your system by following the instructions provided by your operating system or distribution.

Usage

To run the programs in this repository, simply clone the repository to your local machine using the following command:

git clone https://github.com/JoyM268/ACP-Programs.git

Alternatively, you can download all the code in this repository as a zip file by clicking the link: Download Zip File


After cloning the repository, you can navigate to the directory containing the program you wish to compile and run the following command:

gcc program.c -o program
./program

Replace "program.c" with the name of the C file you wish to compile and execute.

Contributing

Contributions to this repository are welcome. If you find a bug or wish to add a new program, please create a new branch, make your changes, and create a pull request. Your contributions will be reviewed and merged if they meet the requirements of this repository.

Contact

If you have any questions or concerns about this repository, please contact the owner at [email protected]. Thank you for using the "Advanced C Programming" Github repository!