Python1 Min Read LetuscrackonFebruary 28, 2026 Replace Border with String The program must accept a character matrix of size RxC and a string S as the input. The program must replace the characters in the border of…
C Java Python1 Min Read LetuscrackonJanuary 23, 2026 Replace Max Digit – Two Integers The program must accept two integers X and Y as the input. The program must replace all the occurrences of the maximum digit in X with the…
C1 Min Read LetuscrackonDecember 29, 2025 Replace Vowels – Circular Fashion The program must accept a string S as the input. The program must replace all the vowels in S by the…
C Python1 Min Read LetuscrackonSeptember 14, 2025 Replace Middle Character(s) with * The program must accept a string S as the input. The program must replace the middle character with * in the string S if the length of the…
Python1 Min Read LetuscrackonSeptember 2, 2025 Replace Same & Shift Zeroes The program must accept a list of integers as the input. The program must modify the list based on the following conditions.– If an…
Python1 Min Read LetuscrackonJune 11, 2024 Matching Word – Replace ? The program must accept two string values P and S as input. The string P represents a pattern. The string S…
C1 Min Read LetuscrackonJune 11, 2024 C – Function – Replace with Largest Number Given an integer array of size N as input, the program must replace every element of the array with the largest number that can be formed by…