Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.97 KB


Exercises in C programming Language 🔫

License License

Exercises and Projects

🧮 Deconding Text

It is a simple program that read a file and replace the characters specified in the file (in this case vowels) by others characters.

📜 Generating a new file

It is a simple program that read a file and, when reading the line 3, prompt an input for the user type a phrase that will be inserted below the line 3 in a new file.

🕹️ A simple quiz game

A simple game to practice about modularization, string and file manipulation, ... In this game the user have to respond 10 questions about general subjects. When finished the game the score is saved and displayed in the initial screen.

🧱 This project was built with:

♻️ Contribute

  1. Fork this repository;
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

📃 License

This project is under the MIT license. Take a look at the LICENSE file for more details.