In this Hindi Video tutorial you will learn about Even or Odd Number Example Program / sample program using C Programming Language. When you divide a number by 2 if you get the remainder as 0 then that number is said to be Even Number. If the remainder is a Non Zero value then it is an Odd Number. Here we are using the modulus operator available in c programming language. It is denoted by using % ( percentage ) symbol. In this program first we are asking the user to Enter a number and then we are calculating the remainder value and then we are displaying even number or odd number message. For more tutorials visit our website http://www.LearningLad.in LearningLad in social media facebook / learningladhindi twitter / llhindi Google+ http://www.google.com/+LearningLadHindi #CProgramming #ExampleProgram #EvenOddNumber Learn#WithMe