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 and three number.
  3. wap to find area and perimeter of rectangle .
  4. wap to  find area and perimeter of square.
  5. program to find area and perimeter of circle.
  6. program to find simple interest and amount.
  7. program to check whether the number is even or odd.
  8. program to check largest number between two number.
  9. program to check largest number between three number.
  10. program to check whether a person is elligible for vote or not
  11. Check whether a number is positive, negative, or zero
  12. program for Simple calculator
  13. Reverse of a number (1234---4321)
  14. Check palindrome number (121-121)
  15. Check armstrong number
  16. concept of simple if
  17. concept of if-else
  18. concept of if  else-if
  19. wap to illustrate the concept of For loop
  20. wap to illustrate the concept of While loop
  21. wap to illustrate the concept of  Do-While loop
  22. find Factorial of a number entered by user
  23. Prime number
  24. concept of class and object
  25.  using constructor and its types  

Basic Level for loop 

    1. Print “Hello” 10 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