string

CF

Common Part in string values

Two string values S1 and S2 are passed as input. The last portion of S1 will be the first portion of S2. The program must print this common…
CF

String Sorted in Descending Order

The program must accept N string values as the input. The program must print the N string values sorted lexicographically in descending order…
CF

String Modification

The program must accept a string S as the input. The program must remove all the vowels and insert a character “.” before each…
CF

Same Case N String

The program must accept N string values of equal size as the input. The program must print the count of position of the string where all the…
PythonF

Super Binary String

The program must accept a string S containing only 0s and 1s as the input. The program must print Yes if the…
PythonF

String Contains X and Y

The program must accept a string S as the input. The program must print yes if the string contains only the characters ‘X’ and…