C Program to Check Leap Year or Not
Before going to the program first let us understand what is a Leap Year? Leap Year: A Leap Year is a year that is exactly divisible by four, except for years that are exactly...
Before going to the program first let us understand what is a Leap Year? Leap Year: A Leap Year is a year that is exactly divisible by four, except for years that are exactly...
Before going to the program first let us understand what is Pangram? Pangram: A Pangram is a sentence containing every letter of the alphabet. Example: Let us consider a sentence as given below: The...
Before going to the program first let us understand what is Anagram? Anagram: An Anagram is the result of rearranging the letters of a word or phrase to produce a new word...
Before going to the program first let us understand what is Second Smallest Element in an Array? Second Largest Element in Array: Element...
Before going to the program first let us understand what is Smallest Element in an Array? Smallest Element in Array: Element which is...
Before going to the program first let us understand what is Second Largest Element in an Array? Second Largest Element in Array: Element...
Before going to the program first let us understand what is Largest Element in an Array? Largest Element in Array: Element which is...
Before going to the program first let us see how to calculate Area and Circumference of a Circle? To calculate Area and Circumference of a Circle we should know the formulas...
Before going to the program first let us see how to convert Celsius to Fahrenheit? To convert from Celsius to Fahrenheit: first multiply by 180/100, then add 32. But 180/100 can be simplified to 9/5, so this is...
Before going to the program first let us understand what is a Armstrong Number? Armstrong Number: An Armstrong number of three digits is an...