C LetuscrackonFebruary 9, 2026 String Reverse First and Second Half A string is passed as input. The program must reverse the first and second half of the string and print it. Assume that the size of the string…
C LetuscrackonFebruary 9, 2026 Escape Speed The program must accept three floating point values as G (gravitational constant), M (mass) and R (radius) of a planet. The program must…
C LetuscrackonFebruary 8, 2026 Count Embedded Integers in String A string is passed as input. The program must print the count of integers present in the string. Boundary Condition(s):1 <= Length of…
C Dynamic Programming TCS CodeVita LetuscrackonFebruary 8, 2026 Uncertain Steps – TCS CodeVita Uncertain Steps: Codu is trying to go down stairs from his building to ground floor. He can go 3 ways.1) Walk 1 step at a time.2) Extend his…
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…