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…
Python1 Min Read LetuscrackonJune 10, 2024 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 LetuscrackonJune 10, 2024 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 LetuscrackonJune 9, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 7, 2024 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…