14-Write a C program to find that it is leap year or not.
Program: 14 Write a C program to find that it is leap year or not. Output: Enter a year: 2016
Read MoreA Programs written in any language like c, c++, java, html, css, python and so on.
Program: 14 Write a C program to find that it is leap year or not. Output: Enter a year: 2016
Read MoreProgram: 13 Write a C program to find the number is even or odd. Output: Enter any number: 453 Number
Read MoreProgram: 12 Write a C program to find the greatest number among three numbers. Output: Enter A: 34 Enter B:
Read MoreProgram: 11 Write a C program to calculate the size of data type. Output: Size of integer is: 4 Size
Read MoreProgram: 10 Write a C program to find the ASCII value of a character. Output: Enter any character: s The
Read MoreProgram: 9 Write a C program to calculate quotient and remainder. Output: Enter the dividend: 323 Enter the divisor: 4
Read MoreProgram: 8 Write a C program to add the entered digit’s number. Output: Enter the number of five digits: 43234
Read MoreProgram: 7 Write a C program to swap the two numbers without using third variable. Output: Enter the value of
Read MoreProgram: 6 Write a C program to swap the two numbers. Output: Enter the value of a: 43 Enter the
Read MoreProgram: 5 Write a C program to find the sum and percentage of marks. Output: Enter the marks of Maths=
Read More