This program calculates the union, intersection, difference, and symmetric difference of two finite sets.
Clone the repository to your local machine:
git clone https://github.com/steepcloud/Sets-Operations.gitOpen the terminal/command prompt and navigate to the project directory.
Compile the C program by executing the following command:
gcc src.c -o set_operationsRun the program by executing the following command:
./set_operationsFollow the on-screen prompts to enter the elements of the two sets.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.