C Python ZOHO2 Min Read LetuscrackonFebruary 1, 2025 2D String Array Sub-String Search [ZOHO] 2D String Array Sub-String Search: Given a string S of length L, the program must store the characters of the string S in a two dimensional…
C ZOHO1 Min Read LetuscrackonJanuary 31, 2025 Odd length string diagonal pattern [ZOHO] Given a string S of odd length L, the program must print it twice as diagonals with the middle letter being the point of intersection.…
C ZOHO2 Min Read LetuscrackonJanuary 27, 2025 Sort numbers based on weight [ZOHO] Given a set of N numbers and the rules provided below to calculate their weights, the program must sort the numbers based on their weight and…
Python ZOHO1 Min Read LetuscrackonJanuary 5, 2025 Non Palindromic Words [ZOHO] Non Palindromic Words: A string with one or more words is passed as the input. The program must print only the words which are not…
Python ZOHO1 Min Read LetuscrackonJune 13, 2024 Pattern Printing – Numbers [ZOHO] Based on the input value of N, the program must print the pattern described below. Input Format:First line will contain the value of N. Output…
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…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Zero Insert After K Times One [ZOHO] Given a bit stream of length N consisting of 0s and 1s, insert 0 after 1 has appeared K times consecutively. Input Format:The first line…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Print 1 to N – Digits Count [ZOHO] A positive integer N is passed as the input. If we print all the numbers from 1 to N continuosly, the program must find the number of…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Decode Ways – Secret Message [Zoho] A top secret message string S containing letters from A-Z (only upper case letters) is encoded to numbers using the following…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Array Numbers – Greater Than Previous [ZOHO] N integer values (positive, zero or negative) are passed as input to the program. The program must print the values of the integers (in the…