C1 Min Read LetuscrackonNovember 2, 2025 Digit In Tenth Position The program must accept a positive integer N and print the digit in the tenth position. Input Format:The first line denotes the value of…
C1 Min Read LetuscrackonOctober 24, 2025 Position Digits Sum The program must accept two positive integers as the input and then print the sum of their unit digits, tenth digits and so on. Input Format:…
C1 Min Read LetuscrackonSeptember 28, 2025 Nature of Digit in Position Given a number ‘n’ and a position; Write an algorithm and subsequent ‘C’ program to Check if the ‘p-th’ Digit, Starting from left-most digiit…
C Java Python1 Min Read LetuscrackonAugust 26, 2025 Position – Rightmost Bit The program must accept two integers X and Y as the input. The program must print the position of the rightmost bit that differs in the binary…
Python1 Min Read LetuscrackonJune 14, 2025 String Decryption – Character Position String Decryption – Character Position: The program must accept a string S (encrypted string) as the input. The encryption…
Python1 Min Read LetuscrackonMarch 20, 2025 Range Start and End Position Range Start and End Position: N integers are passed as input. X which is an integer is also passed as the input. The program must print the…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Count of Digits Inverted in Their Position The program must accept an integer N as the input. The task is to count and print the number of digits in N whose position (from the rightmost…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Except the Nth Position The program must accept a string value S and an integer N as the input. The program must remove the characters which 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…
C1 Min Read LetuscrackonJune 12, 2024 Reverse String – Vowels Retain Same Position Given a string S1 as the input, the program must reverse the string, keeping the vowels in the same position. Input Format:The first line…