C Java Python3 Min Read LetuscrackonJune 12, 2024 Append Alphabet – Surrounding Integers The program must accept a matrix of size R*C containing integers and alphabets as the input. For each occurrence of the alphabet in…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Swap – Multiples of X and Y The program must accept N integers and two integers X and Y as the input. The program must swap the first occurring multiple of X and the last…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Consonants in Range The program must accept two lower case alphabets CH1 and CH2 as the input. The program must print all the consonants from CH1 to CH2 as the…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Alphabets Positions Reversed The program must accept N alphabets as the input. The program must print the alphabet position of each alphabet in reverse…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Bits Count – Y to X The program must accept two integers X and Y where X is always greater than or equal to Y. The program must print the count of bits C that…
C Java Python2 Min Read LetuscrackonJune 12, 2024 CopyAll and Paste Operations The program must accept an integer N and a string S as the input. The program must perform two operations they are…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Common Characters – Same Position The program must accept N string values are of equal length as the input. The program must print the common characters at the same position in…
C Dynamic Programming Java Python TCS CodeVita5 Min Read LetuscrackonJune 12, 2024 Dice Game – TCS CodeVita Tanu and Shree are friends. They love playing dice games. They also like to experiment and invent new things. They have invented a mechanism…
C Java Python TCS CodeVita3 Min Read LetuscrackonJune 12, 2024 Class Arrangement – TCS CodeVita A teacher in a class with N students has noticed that some students have formed their own groups and hence prevented intermingling of…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Digital Sum – Compress Integer The program must accept an integer N as the input. The program must compress the integer N by concatenating the digital sum of every two…