Reversing the input text in C
Reversing the input text . Example If user enters “This is my program.” You should output “program my is This” #include < iostream ...
Read more »Reversing the input text . Example If user enters “This is my program.” You should output “program my is This” #include < iostream ...
Read more »Finding Pair of elements in C Given an unsorted array and a number D, write a program to find if there exists a pair of elements in ...
Read more »Given below is a requirement and program which is jumbled across, re-arrange the shuffled code segments in the correct order, to satisfy...
Read more »PROFIT OR LOSS A fruitseller buys a dozen mangoes at Rs.X. He sells 1 mango at Rs.Y. Write a program to determine the profit or loss in ...
Read more »Remove adjacent duplicate characters - in C++ Langauge Given a string, write a program to recursively remove adjacent duplicate cha...
Read more »Remove adjacent duplicate characters - in JAVA Langauge Given a string, write a program to recursively remove adjacent duplicate chara...
Read more »Remove adjacent duplicate characters - in C Programming Given a string, write a program to recursively remove adjacent duplicate chara...
Read more »LongestCommonPrefix Given the array of strings as input1, write a program to find the longest S which is the prefix of ALL the stri...
Read more »LongestCommonPrefix Given the array of strings as input1, write a program to find the longest S which is the prefix of ALL the stri...
Read more »Generate Sequence Given a positive integer number, we want to generate a number sequence with the following rules: If the cur...
Read more »