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…
C Java Python LetuscrackonAugust 20, 2025 Car Registration Number The program must accept the registration number N of a car as the input. The program must print the sum of digits in N as the output. Example…
Python LetuscrackonAugust 20, 2025 Super Binary String The program must accept a string S containing only 0s and 1s as the input. The program must print Yes if the…
Python LetuscrackonAugust 19, 2025 Array Increment/Decrement Pattern The program must accept an array of N integers and an integer T as the input. The program must modify the array T times…
LetuscrackonAugust 19, 2025 Java Interview Questions 1) What is Java? Java is the high-level, object-oriented, robust, secure programming language, platform-independent, high…
Python LetuscrackonAugust 18, 2025 Sort Integers based on Ones The program must accept N integers as the input. The program must sort the integers based on the number of ones in their binary representation…
LetuscrackonAugust 18, 2025 PHP Interview Questions There is given PHP interview questions and answers that have been asked in many companies. Let’s see the list of top PHP interview…
C Python LetuscrackonAugust 17, 2025 Integer with Two Digits The program must accept an integer N as the input. The program must print YES if the integer N is formed using exactly two digits. Else the…
C Python LetuscrackonAugust 17, 2025 Sum of Factorial of Digits The program must accept an integer N as the input. The program must print the sum of factorial of the digits in N as the output. Boundary…
C Python LetuscrackonAugust 16, 2025 Word Repeated Twice The program must accept a string S containing multiple words as the input. The program must print the word which is repeated twice in the…