C LetuscrackonFebruary 12, 2026 C – Heap – ExtractMax An array of N integers is passed as input. Fill in the missing lines of code to implement the extractMax function to sort in…
Python LetuscrackonFebruary 12, 2026 Sum – Unit Digit 3 or 6 The program must accept N integers as the input. The program must print the sum of integers having the unit digit as 3 or 6 as the…
C LetuscrackonFebruary 11, 2026 C – Structure Pointer – Bill A bill has a price list for N items. A 10% Discount is given if the total price is greater than Rs. 2000. Fill in the missing lines of code to…
C Java Python LetuscrackonFebruary 11, 2026 Digital Sub-Matrix Pattern The program must accept an integer matrix of size NxN as the input. The program must find the maximum number of…
LetuscrackonFebruary 10, 2026 How to answer HR interview questions Campus placement has become the largest parameter of judging a student in college. If you get it you are successful and if not, you already…
C Dynamic Programming Python TCS CodeVita LetuscrackonFebruary 10, 2026 Square Free Numbers – TCS CodeVita The program must accept an integer N as the input. The program must print the number of square free numbers that divide the given…
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…