The document lists important coding questions that cover various programming concepts. It includes tasks such as checking for palindromes, calculating character frequency, sorting algorithms, and array manipulations. Additionally, it addresses mathematical problems like finding factorials and Fibonacci series.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views1 page
Important Coding Questions
The document lists important coding questions that cover various programming concepts. It includes tasks such as checking for palindromes, calculating character frequency, sorting algorithms, and array manipulations. Additionally, it addresses mathematical problems like finding factorials and Fibonacci series.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Important Coding Questions
WAP to Check if the given string is Palindrome or not.
WAP to Check if two strings are Anagram or not. WAP to Calculate frequency of characters in a string. WAP to check if two strings match where one string contains wildcard characters. Write a code for bubble sort. WAP to check whether a given year is leap year or not. Find non-repeating characters in a string. Write a code to replace a substring in a string. Write a code to replace each element in an array by its rank in the array. Write a code to find circular rotation of an array by K positions. Write a code to find the factorial of a number. Write a program for Binary to Decimal to conversion. Write a program to check whether a character is a vowel or consonant. Write a code to Sort the element of the array. Write a code to Replace a Substring in a string. Write a Program to Find the Largest Element in an Array. Write a Program to Reverse an Array. WAP to find the Fibonacci series up to the nth term. Write a code to reverse a number. WAP for Perfect number. Write a code to Remove space from a string.