Python LetuscrackonFebruary 7, 2026 Sort Messages – Chronological Order The program must accept N messages shared between the two persons A and B in a single day (from 00:00:00 to…
C LetuscrackonFebruary 7, 2026 Matrix Print Excluding Border elements A matrix of size N*N is passed as input. The program must print the matrix excluding the elements present at the border of the matrix.…
LetuscrackonFebruary 6, 2026 Electronic Devices And Circuits Interview Questions 1. What is the analog-to-digital conversion of signals? An analog-to-digital converter (ADC, A/D, or A-to-D) is a system that converts an…
C LetuscrackonFebruary 6, 2026 Adjacent Even Digits The program must accept an integer N as the input. The program must print the digits surrounded by even digits on both sides. The first and…
C LetuscrackonFebruary 5, 2026 Reversed Sum of Pairs An array of N integers is passed as input. The program must print the sum of every two consecutive elements in the array from last. Boundary…
C Dynamic Programming LetuscrackonFebruary 5, 2026 N Queens – Fill Remaining In a N*N square chessboard, Q queens are placed in Q continuous rows so that they do not attack each other. The program must accept…
C Dynamic Programming LetuscrackonFebruary 4, 2026 Divine Divisors The program must accept N integers as the input. For each integer X among the N integers, the program must print all the…
Python LetuscrackonFebruary 4, 2026 X in Rectangular Pattern The program must accept an integer N as the input. The program must print the pattern as shown in the Example Input/Output sections. Boundary…
Python LetuscrackonFebruary 3, 2026 Convert 12 hour time to 24 hour format The time in 12 hour format is passed as an input. The program must print it in 24 hour format. Input Format:The first line contains the value…
LetuscrackonFebruary 3, 2026 Control System Interview Questions 1.What are the cooling methods to cool a transformer? Air Natural (AN) Air Forced (AF) or Air Blast Oil Natural Air Natural (ONAN) Oil Natural…