Common Coding Questions
Common Coding Questions
Basic Problems
String Problems
11.Reverse a string.
12.Check if a string is a palindrome.
13.Count vowels and consonants in a string.
14.Find the frequency of a character in a string.
15.Convert a string to uppercase and lowercase.
16.Remove vowels from a string.
17.Find the first non-repeating character in a string.
18.Check if two strings are anagrams.
19.Remove duplicate characters from a string.
20.Find the longest word in a sentence.
Array Problems
Mathematical Problems
Recursion Problems
Additional Problems