Cognizant1 Min Read LetuscrackonJune 12, 2024 Function sortArray – CTS PATTERN You can click on Run anytime to check the compilation/execution status of the program. You can use printf to debug your code. The submitted…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function median – CTS PATTERN You are required to complete the given code by reusing existing functions. You can click on Run anytime to check the compilation/ execution…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function printXAlphabetsCircularly – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function getProductOfDigits – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function getEvenIntegers – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function checkEvenMonthFirstFiveDays – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
C Java1 Min Read LetuscrackonJune 12, 2024 Pattern Printing N – Sequence 001 The program must accept an integer N and print the pattern as shown in the Example Input/Output. Input Format: The first…
Python1 Min Read LetuscrackonJune 12, 2024 1 to N – Mixed Pattern Printing The program must accept a number N and print the numbers from 1 to N with the first number being 1, second number being N, third being 2 and…
C1 Min Read LetuscrackonJune 11, 2024 String Tree Pattern Given a String S as the input, the program must print the characters present in the string S as shown in the Example…
Cognizant1 Min Read LetuscrackonJune 11, 2024 Function lengthOfLastWord – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…