Voting system for candidates standing for College president. It uses the concept of file handling.
- candidates.txt = This file contains the number of candidates participating in elections.
- number.txt = This contains no of votes for each candidate.
- voters.txt = This contains the voters who have voted.
- dstruct.c = This file compute the winner of election by computing the votes for each candidates from the file number.txt.
- You can vote only once.
- Enter names as per registered in college.
- You can add new candidates.
- Student from any branch can participate.