C Java Python 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…
LetuscrackonAugust 25, 2025 Top 10 frequently asked HR interview questions Wouldn’t it be great if you knew exactly what questions a hiring manager would be asking you in your interview? 1. Tell me about yourself?…
C Python LetuscrackonAugust 25, 2025 Area of Equilateral Triangle The program must accept the side S of an equilateral triangle as the input. The program must print the area of the equilateral…
Python LetuscrackonAugust 24, 2025 Combine Two Grids of Asterisks The program must accept a grid of size N*N containing asterisks and exactly one hash symbol as the input. The hash symbol indicates…
Python LetuscrackonAugust 24, 2025 Minimum Size Pendrive – N Videos The program must accept N integers representing the sizes of N videos (in MB) as the input. A boy wants to store all the N…
C Cognizant LetuscrackonAugust 23, 2025 function concatOrAdd The function/method concatOrAdd accepts two arguments str1 and str2 representing two string values. The values…
Python LetuscrackonAugust 23, 2025 Expand and Sort – Integers The program must accept N integers as the input. The program must expand each integer to a maximum value by repeating any one of the…
Python LetuscrackonAugust 22, 2025 Cards Available in Deck There are 52 cards in a standard deck of cards. There are four suits Clubs(C), Diamonds(D), Hearts(H) and Spades(S) each containing 13 cards.…
Python LetuscrackonAugust 21, 2025 Sort Matrix & Print Positions Sort Matrix & Print PositionsThe program must accept an integer matrix of size R*C containing only unique integers as the input.…
C LetuscrackonAugust 21, 2025 Integers & Operators The program must accept N integers and a string containing N-1 arithmetic operators (+, -, * and /). The program must form an arithmetic…