Develop a C program that allows the names of 1000 candidates in a local election and the number of
votes received by each candidate. The program should then output each candidate’s name, the number
of votes received, and the percentage of the total votes received by the candidate. Your program should
also display the winner of the election.
Comments
Leave a comment