Monday, January 11, 2016

LIST OF PROGRAMS FOR PRACTICE


List of programs to practice for all the beginners from Low-level program to High-level program.

Basic Programs:

  • Print HELLO WORLD
  • Print an integer
  • Arithmetic Operation(+,-,*,/)
  • Check Vowel or Not
  • Calculate Simple Interest
  • Calculate Compound Interest
  • Print Numbers(Using While loop)
  • Print numbers(Using do-While loop)
  • Print Even Numbers up to n
  • Print Odd Numbers up to n


Numbers:

  1. Add 2 Numbers by pointers
  2. Armstrong Numbers up to n
  3. Check Armstrong or not
  4. Check Prime or not
  5. Check Odd or Even
  6. Check Palindrome or not
  7. Count Number of Digits
  8. Convert Decimal to Binary
  9. Convert Number in Digits to Words
  10. Calculate No. of days passed in year
  11. Calculate Prime Factors
  12. Factorial
  13. Fibonacci Series
  14. Find Maximum among 3
  15. Find GCD and LCM
  16. Leap Year or Not
  17. Reverse of Number
  18. Roots Of Quadratic Eqn.
  19. Strong Numbers up to n
  20. Check Strong or not
  21. Sum of Digits
  22. Sum of First n numbers
  23. Swap 2 numbers
  24. Table of Numbers
Patterns:
  • Asterisk Program
  • Number Patterns
  • Alphabet Patterns
And many other programs using concepts like Arrays, Matrices, Area & Volume etc for practice you can visit http://www.cprogrambank.com/cprog though you will find the programs are for c programming language you can use it according to the language you are practicing.

So Guys HAPPY PROGRAMMING to you all.........

No comments:

Post a Comment