Cognizant1 Min Read LetuscrackonFebruary 24, 2025 Array Reversal – CTS PATTERN Array Reversal – CTS PATTERN: Code Approach: For this question, you will need to implement the logic for the program. The function…
Cognizant1 Min Read LetuscrackonFebruary 23, 2025 Function Print from N+1 to 2N – CTS PATTERN Function Print from N+1 to 2N: You are required to fix all logical errors in the given code. You can click on run anytime to check the…
Cognizant1 Min Read LetuscrackonFebruary 23, 2025 Odd or Even – CTS PATTERN Odd or Even: You are required to fix all logical errors in the given code. You can click on run anytime to check the compilation/execution…
Python1 Min Read LetuscrackonFebruary 20, 2025 Water Image Pattern with Base Water Image Pattern with Base: The program must accept two integers N and M as the input. The program must print the…
Python1 Min Read LetuscrackonFebruary 19, 2025 String Pattern – Inverted U String Pattern – Inverted U: Three strings S1, S2 and S3 are passed as the input. The program must print the pattern as shown in the…
C Python1 Min Read LetuscrackonFebruary 18, 2025 Pattern Printing Number with Asterisk Pattern Printing Number with Asterisk Program in Python and C languages The program must accept an integer N as the input. The program must…
C1 Min Read LetuscrackonFebruary 12, 2025 Inverted Trapezium Pattern Program In C Inverted Trapezium Pattern Program In C: The program must accept an integer N as the input. The program must print the desired…
Python1 Min Read LetuscrackonFebruary 11, 2025 Reverse Asterisk Triangle Pattern Reverse Asterisk Triangle Pattern: The program must accept an integer N as input and print the pattern as given in the Example Input/Output…
C Dynamic Programming1 Min Read LetuscrackonFebruary 2, 2025 Pattern Printing for N Comma Separated Values Pattern Printing for N Comma Separated Values: The below program must print the given array of numbers in the given format for a given size N.…
C ZOHO1 Min Read LetuscrackonJanuary 31, 2025 Odd length string diagonal pattern [ZOHO] Given a string S of odd length L, the program must print it twice as diagonals with the middle letter being the point of intersection.…