Frequently Asked Coding Questions

 Frequently Asked Coding Questions 

 
  1. Factorial of a number
  2. Area of a circle
  3. Leap year or not
  4. GCD of two number
  5. Check whether a given number is a prime number or not
  6. Check whether a given number is a Strong number or not
  7. Check whether a number is a Palindrome or not
  8. Check whether a string is a Palindrome or not
  9. Check whether a given number is an Armstrong number or not
  10. Print all Armstrong numbers between two intervals
  11. Fibonacci series generation upto N terms
  12. Binary to decimal conversion
  13. Decimal to binary conversion
  14. Decimal to octal conversion
  15. Octal to decimal conversion
  16. Binary to octal conversion
  17. Octal to binary conversion
  18. Sum of all prime numbers within a range
  19. Reversing a given number
  20. Reverse a string
  21. Pyramid pattern using stars
  22. Pyramid pattern using numbers
  23. Diamond pattern printing using stars
  24. Diamond pattern printing using numbers
  25. Second smallest element in an array
  26. Remove duplicate elements in an array

Comments