C1 Min Read LetuscrackonSeptember 26, 2025 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…
C1 Min Read LetuscrackonSeptember 24, 2025 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…
C Python1 Min Read LetuscrackonSeptember 18, 2025 String – Non Repeated Characters The program must accept a string S as the input. The program must print all the non-repeated characters in the string S in the order of their…
C1 Min Read LetuscrackonSeptember 15, 2025 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…
C1 Min Read LetuscrackonSeptember 11, 2025 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…
Python1 Min Read LetuscrackonSeptember 7, 2025 Expand String based on Frequency In a string compression technique, a string can be compressed based on the following condition.– If a character occurs…
C Python1 Min Read LetuscrackonAugust 31, 2025 At least 1 Vowel – N String Values The program must accept N string values as the input. The program must print yes if all the N string values contain at least 1 vowel. Else the…
C Java Python1 Min Read LetuscrackonAugust 26, 2025 Trim String to Shorter Length The program must accept two string values S1 and S2 containing only lower case alphabets as the input. The program must trim the longer string…
Python1 Min Read LetuscrackonAugust 20, 2025 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…
C Python1 Min Read LetuscrackonAugust 14, 2025 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…