Skip to content
#

exe

Here are 36 public repositories matching this topic...

This is a C project, that reads from a file the full name of the students, the number of the times they were absent and the name of the area where their home is. After that, a new file is created with the full name of the students & the number of the times they were absent, if the number is bigger than 100. Beneath that, ia the number of the stu…

  • Updated Dec 17, 2021
  • C

This is a c project. In this project, with the use of HashLists, an imitation of a database is being created. After that, a menu appears in the user screen, and the user enter their choice. They can create an appointment by adding the name, one of the 3 provided services and the amount of money the customer has paid, they could also search for a…

  • Updated Mar 1, 2022
  • C

This is a C project, that reads from a file the number of a player, their full name and the points they scored. After that, a new file is created with the full name of the players & their points. Beneath that are the total points scored and the number of the players with 10 or more points scored.

  • Updated Dec 17, 2021
  • C

This is a C project in which the user enters a numerical expression. Most of the numerical expressions will contain some or all of these characters: '( )', '[ ]', '{ }'. Sadly, there are a lot of times where someone types the expression but forgets to open/close a bracket or closes the brackets in a wrong order, making the expression invalid. Th…

  • Updated Feb 23, 2022
  • C

Improve this page

Add a description, image, and links to the exe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exe topic, visit your repo's landing page and select "manage topics."

Learn more