C TCS CodeVita1 Min Read LetuscrackonNovember 26, 2024 Super ASCII String Checker – TCS CodeVita The program must accept N string values as the input. For each string S among the N string values, the program must…
C TCS CodeVita3 Min Read LetuscrackonNovember 24, 2024 Christmas Tree Pattern – TCS CodeVita John is a pure Desi boy. And his one and only dream is to meet Santa Claus. He decided to decorate a Christmas tree for Santa on coming…
LetuscrackonNovember 13, 2024 Word is Key – TCS NQT Question 3 One programming language has the following keywords that cannot be used as identifiers: break, case, continue, default, defer, else, for,…
LetuscrackonNovember 10, 2024 Oddly even– TCS NQT Question 2 Given a maximum of 100 digit numbers as input, find the difference between the sum of odd and even position digits Test Cases Case 1 Input:…
LetuscrackonNovember 9, 2024 A Sober Walk – TCS NQT Question 1 Our hoary culture had several great persons since time immemorial and king Vikramaditya’s Nava Ratnas (nine gems) belongs to this ilk.…
C Dynamic Programming Java Python TCS CodeVita5 Min Read LetuscrackonJune 12, 2024 Dice Game – TCS CodeVita Tanu and Shree are friends. They love playing dice games. They also like to experiment and invent new things. They have invented a mechanism…
C Java Python TCS CodeVita3 Min Read LetuscrackonJune 12, 2024 Class Arrangement – TCS CodeVita A teacher in a class with N students has noticed that some students have formed their own groups and hence prevented intermingling of…
C Java Python TCS CodeVita6 Min Read LetuscrackonJune 12, 2024 Food Belt – TCS CodeVita Restaurants are coming up with new technologies to serve food. The food is being served to customers using food belts. The conveyor belt is…
C TCS CodeVita2 Min Read LetuscrackonJune 11, 2024 Petrol Pump – TCS CodeVita A big group of students, starting a long journey on a different set of vehicles need to fill petrol in their vehicles. As a group leader, you…
C Python TCS CodeVita1 Min Read LetuscrackonJune 11, 2024 Exchange Digits – TCS CodeVita Compute the nearest larger number by interchanging its digits updated.Given 2 numbers a and b find the smallest number greater than b by…