0% found this document useful (0 votes)
18 views10 pages

Report

This document describes a mini voting system project created in C language. The project contains 4 functions: Votecast() to cast votes, Votes() to view the number of votes for each candidate, LeadingCandidate() to identify the current leader, and Winner() to announce the winning candidate. The system allows voting for one of 4 candidates and tracking the results through the different function calls. When run, it displays a voting menu with options to cast votes, check vote counts, see the leader, and get the winner.

Uploaded by

Vipul Pawar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views10 pages

Report

This document describes a mini voting system project created in C language. The project contains 4 functions: Votecast() to cast votes, Votes() to view the number of votes for each candidate, LeadingCandidate() to identify the current leader, and Winner() to announce the winning candidate. The system allows voting for one of 4 candidates and tracking the results through the different function calls. When run, it displays a voting menu with options to cast votes, check vote counts, see the leader, and get the winner.

Uploaded by

Vipul Pawar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Indian Institute of Information Technology

Nagpur

Project
On

Mini Voting System

Vedant Barapatre (BT22ECE005)


Soham Roy (BT22ECE006)
Rahul Siva (BT22ECE007)
Vipul Pawar (BT22ECE008)
Faculty Name: Ruchira Selote

PAGE 1
Introduction

➢We have made the project on the topic

“Mini Voting System” in C language.


➢It consists of 4 functions :
• Votecast()
• Votes()
• LeadingCandidate()
• Winner()

➢In the code, we can vote for any one of


the 4 candidates using the “Votecast”
function.

PAGE 2
➢We can find the number of votes using
the “Votes” function.

➢To find the leading candidate we have


to call the “LeadingCandidate” function.

➢To find out the winner we have to call


the “winner” function.

➢When we run the code the voting menu


comes up:

PAGE 3
• Here we can vote for the candidate as
often as possible using option 1.

PAGE 4
• Option 2 allows us to check the number
of votes of each candidate

PAGE 5
• Option 3 checks the leading candidate
among them.
Here we voted for the candidate Rahul

PAGE 6
• The last option gives the name of the
winner
PAGE 7
PAGE 8
Thank
You…

PAGE 9

You might also like