mca

Linear Search Program in C

WAP to search an element in a array using Linear Search.

Minimum and maximum element of the array Program in C

WAP to find the minimum and maximum element of the array.

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.

Armstrong numbers Program in C

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

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 2 3 4 9