C - Programming: Program Using Printing Statement and Mathematical Calculation
C - Programming: Program Using Printing Statement and Mathematical Calculation
1.
2.
3.
4.
5.
3.
4.
5.
6.
7.
8.
9.
1. Write a program to find the number divisible by 7 between the given limits.
2. Write a program to generate odd and even numbers.
3. Write a program to print the hallo box.
4. Write a program to print the hallo box by getting the value from the user.
5. Write a program to generate the power of n.
6. Write a program to find the sum of odd and even numbers.
7. Write a program to check whether the given number is prime or not.
8. Write a program to generate prime number.
9. Write a program to generate prime numbers using square root value.
10. Write a program to generate prime numbers by getting the limits value.
11. Write a program to create a empty square.
12. Write a program to create a expanding square box
13. Write a program to find the sin series using if statement
USING WHILE STATEMENT
1. Write a program to find the sum of N numbers using while statement.
2. Write a program to print the number using while statement.
3. Write a program to find the reverse of a given number.
4. Write a program to find the square of the given number.
5. Write a program to play a match stick game with the stick of 21.
6. Write a program to find the multiplication table upto 10 tables.
7. Write a program to find the power of given value using while statement.
8. Write a program to find the armstrong number.
9. Write a program to find the armstrong number generation.
10. Write a program to find the sin series using while statement
Write a program to find the position of the biggest value using array.
Write a program to get the number and print that number using array.
Write a program to reverse a given number using array.
Write a program to calculate the total and average for n number of terms using
array.
5. Write a program to find the sum upto n numbers using array.
6. Write a program to find the sum of given numbers using array.
7. Write a program to find the sum of squares using array.
8. Write a program to find the middle value from a given numbers.
9. Write a program to find the addition of matrix.
10. Write a program to find the Subtraction of matrix.
11. Write a program to find the multiplication of matrix.
12. Write a program to find the transpose of matrix.
13. Write a program to find the addition,subtraction and multiplication of matrix.
14. Write a program to sort the numbers in descending order using array.
15. Write a program to sort the numbers in ascending order using array
USING STRING
1.
2.
3.
4.
5.
6.
7.
1. Find the reorder of one-dimensional integer array from smallest to largest using
pointer notation.