C Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Pattern Printing Middle Letter – Odd Length String [ZOHO] Pattern Printing Middle Letter – Odd Length String [ZOHO]: An odd length string S is passed as the input. The program must print the…
Python1 Min Read LetuscrackonJune 11, 2024 Reverse Middle Value A string S will be passed as input to the program. The program must reverse the characters in between the first and last letters and print the…
C1 Min Read LetuscrackonJune 8, 2024 Odd Length String – Middle Three Letters An odd length string S is passed as the input. The middle three letters of S must be printed as the output. Example 1;…
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 6, 2024 Longest Common Middle Substring Longest Common Middle Substring: The program must accept two string values S1 and S2 as the input. The program must print…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Middle Three Characters A string S of length 7 is passed as the input to the program. The program must print the middle three characters as the output. Example…
Python2 Min Read LetuscrackonJune 5, 2024 Move Middle Maximum Move Middle Maximum: The program must accept an array of N unique integers (where N is always odd) and an integer T as the…
Python1 Min Read LetuscrackonJune 5, 2024 Middle N Characters in String Middle N Characters in String: Given a String S and an integer N as input, the program must print the N characters present in the middle of…
Cognizant1 Min Read LetuscrackonJune 4, 2024 Function middle – CTS PATTERN Function Middle: You are required to correct the syntax of the given code without changing its logic. You can click on Run anytime to check…