c language tutorial

Sum of array elements Program in C

WAP that simply takes elements of the array from the user and finds the sum of these elements.

Binary number into decimal number and vice versa Program in C

WAP to convert binary number into decimal number and vice versa.

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.

1 3 4 5 6 7 13