C Java Python2 Min Read LetuscrackonJune 10, 2024 Integer – Count of Even Integers The program must accept an integer N as the input. The program must print the number of even integers that can be formed from the…
C1 Min Read LetuscrackonJune 10, 2024 C – Stack – Reverse Integers An array of N integers is given as input. The program must reverse the integers using a stack. Fill in the missing lines of code to implement…
Java1 Min Read LetuscrackonJune 10, 2024 JAVA – Static Members – Students Count The main method in Hello.java is as shown below. Define the class Student.java by filling in the code so that the program…
Java1 Min Read LetuscrackonJune 10, 2024 JAVA – Class – Constructor Plus Static Method The main method in Hello.java is as shown below. Define the class Counter.java by filling in the code so that the program…
Java1 Min Read LetuscrackonJune 10, 2024 JAVA – Class – Constructor Definition The main method in Hello.java is as shown below. Define the class Marks.java by filling in the code so that the program…
C1 Min Read LetuscrackonJune 10, 2024 C – Heap – BuildMaxHeap An array of N integers is passed as input. Fill in the missing lines of code to implement the buildMaxHeap function to sort in…
LetuscrackonJune 10, 2024 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 CodeVita3 Min Read LetuscrackonJune 10, 2024 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…
C1 Min Read LetuscrackonJune 10, 2024 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…
C1 Min Read LetuscrackonJune 10, 2024 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…