list of c programs For Practice Questions

 

list of c programs For Practice Questions

list- of- c -programs- For- Practice- Questions


  1. wap to print hello world.
  2. wap to add two numbers 
  3. Wap to add  three number.
  4. wap to find area and perimeter of rectangle .
  5. wap to  find area and perimeter of square.
  6. program to find area and perimeter of circle.
  7. program to find simple interest and amount.
  8. program to check whether the number is even or odd.
  9. program to check largest number between two number.
  10. program to check largest number between three number.
  11. program to check whether a person is elligible for vote or not
  12. Check whether a number is positive, negative, or zero
  13. program for Simple calculator
  14. Reverse of a number (1234---4321)
  15. Check palindrome number (121-121)
  16. Check armstrong number

Basic Level for loop 

    1. Print “Hello” 50 times

    2. Print numbers from 1 to 10

    3. Print numbers from 1 to N

    4. Print even numbers between 1 to 100

    5. Print odd numbers between 1 to 100

    6. Print the sum of first 10 numbers

    7. Print the sum of numbers from 1 to N

    8. Print multiplication table of any number

    9. Print numbers in reverse order (10 to 1)

    10. Print squares of numbers (1 to N)

Previous Post Next Post

Contact Form