Assesment Questions - Basic Level
Assesment Questions - Basic Level
1. Leap Year
2. Prime Number
3. Palindrome (number and string)
4. Fibonacci Series
5. Armstrong Number
6. LCM and GCD
7. Binary to Decimal and Vice Versa
8. Finding the roots of a Quadratic Equation
9. Power of Numberr using Recursion
10. Factorial of a number with recursion and without recursion
11. Swapping of two variables without using third variable (bitwise operators also can be
used)
12. Duplicate characters in an Array
13. Sorting the elements in an Array ( Both Numbers and Strings)
14. Reverse of an Array
15. Check whether a character is a Vowel or Consonant
16. Find the ASCII value of a character
17. Toggle each character in a String
18. Print all permutations of a String
19. Anagram
20. Search an element in a Matrix
21. Rectangle Star Pattern