In this tutorial, you will learn to write a C Program to check whether a person is eligible for marriage or not.

First, we ask the user to enter sex ( male or female ) then age. We check the criteria’s for male and females for marriage and display the message stating whether they are eligible or not.

#c #programming-c

C Example Program to Check Eligibility for Marriage
23.30 GEEK