C1 Min Read LetuscrackonFebruary 13, 2026 C – Function Pointer – Print OddEven Three integers A, B and C are passed as input. If A is 0 the program must print the odd numbers from B to C. If A is 1 the program must print…
C1 Min Read 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…
Python1 Min Read 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…
C1 Min Read 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 Dynamic Programming Python TCS CodeVita2 Min Read 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 Dynamic Programming TCS CodeVita1 Min Read 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…
Python2 Min Read 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 Dynamic Programming2 Min Read 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…
Python1 Min Read LetuscrackonJanuary 27, 2026 String – Print till char A string S is passed as input along with a character C. The program must print the string value S till C is reached. Input Format:The first…
C Java JavaScript Python2 Min Read LetuscrackonJanuary 26, 2026 Xth Rank – Students The name and score of N students in a test are passed as input to the program. Also, an integer X is passed as input to…