In this tutorial in Hindi, you will learn to write a C Program to Check eligibility for voting.

In India, if a person’s age is 18 or greater than 18 then he can cast his vote. else he cant vote.

In this program first we cask the user to enter the age and then we use the if else conditional statement to check for eligibility and display the message.

#c

C Program to Check Eligibility for Voting | Tutorial in Hindi
1.70 GEEK