C1 Min Read LetuscrackonJune 8, 2024 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 LetuscrackonJune 7, 2024 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 6, 2024 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 LetuscrackonJune 5, 2024 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…