Basic Coding Questions For Practice
Basic Coding Questions For Practice
2. Write the code to find the Fibonacci series upto the nth term.
8. Write code to check if two strings match where one string contains wildcard
characters
11. Write to code to check whether a given year is leap year or not.
15. Write a code to replace each element in an array by its rank in the array
21. Write a program to find the sum of Natural Numbers using Recursion.
23. Write a Program to Find the Sum of Natural Numbers using Recursion.
29. Write a code to Remove all characters from string except alphabets
48. Write code to check if two strings match where one string contains wildcard
characters