You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
C Program to check whether a given number is prime or not..c Initial commit 5 years ago
C Program should read the units consumed for a customer and calculate the total bill...c Initial commit 5 years ago
C Program to check whether a given number is an armstrong number..c Initial commit 5 years ago
C Program to check whether a given number is divisible by both 5 and 2..c Initial commit 5 years ago
C Program to check whether a given year is a leap year...c Initial commit 5 years ago
C Program to count the number of digits in a given number..c Initial commit 5 years ago
C Program to find GCD of two numbers using Euclid's algorithm and then find LCM..c Initial commit 5 years ago
C Program to find factorial of a given number (using for loop)..c Initial commit 5 years ago
C Program to find four digit perfect squares, where the the first two digits and the last two digits are also perfect squares...c Initial commit 5 years ago
C Program to find reverse of a given number..c Initial commit 5 years ago
C Program to find roots of a quadartic equation..c Initial commit 5 years ago
C Program to find sum of digits of a given number..c Initial commit 5 years ago
C Program to generate factors of a given number..c Initial commit 5 years ago
C Program to print 3 given numbers in ascending order using nested if-else...c Initial commit 5 years ago
C Program to print 4 times table..c Initial commit 5 years ago
C Program to print first n prime numbers..c Initial commit 5 years ago
C Program to print prime numbers from 1 to n or between 1 and n or till n..c Initial commit 5 years ago
C Program to print the first n terms of fibonacci series..c Initial commit 5 years ago
C Program to print those terms of fibonacci series which are between 1 and n..c Initial commit 5 years ago
C Program to read month number as input and display the month in words...c Initial commit 5 years ago
C Write a program which reads price of an article and the corresponding discount policy..c Initial commit 5 years ago