LetuscrackonFebruary 15, 2026 DBMS Interview Questions – Part 1 Here are the collections of solved MCQ on Database Management System (DBMS) includes questions of definition of DBMS, Data Flow Diagram (DFD)…
C Java Python TCS CodeVita LetuscrackonFebruary 15, 2026 Collecting Candies – TCS CodeVita Krishna loves candies a lot, so whenever he gets them, he stores them so that he can eat them later whenever he wants to. He has recently…
LetuscrackonFebruary 14, 2026 DBMS Interview Questions – Part 3 This set of multiple-choice questions on the fundamental of database management system includes a collection of MCQ questions on different…
LetuscrackonFebruary 14, 2026 DBMS Interview Questions – Part 2 This set of Solved MCQ on Database Management System (DBMS) includes objective questions on database Normalization, Data Definition Language…
C LetuscrackonFebruary 13, 2026 C – Linked List – Append In a linked list, append operation adds an element to the list at the end. Fill in the missing lines of code to implement the append function…
C 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…
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…