learn c language

Armstrong numbers Program in C

A positive number is called armstrong number if it is equal to the sum of cubes of its digits.

Reverse of a number Program in C

WAP to find the reverse of a number.

Sum of digits Program in C

WAP to find the sum of digits of the entered number.

Prime Number Program in C

WAP to check whether the entered number is prime or not.

Fibonacci series Program in C

WAP to print the Fibonacci series.

Sum of even and odd numbers Program in C

WAP to print sum of even and odd numbers from 1 to N numbers.

Factorial Program in C

WAP to find the factorial of a given number.

Sum of all numbers up to a given number Program in C

WAP to print the sum of all numbers up to a given number.

Perform the operation by using Switch statement in C Language

WAP that takes two operands and one operator from the user and perform the operation and prints the result by using Switch statement.

Percentage and Grades Program in C

WAP that accepts marks of five subjects and finds percentage and prints grades according to the following criteria:
Between 90-100%————–Print „A‟
80-90%—————————-Print „B‟
60-80%—————————Print „C‟
Below 60%———————-Print „D‟

1 3 4 5 6 7 12