C

C

Explore our C programming domain filled with a wealth of articles! Discover tutorials, advanced techniques, code examples, and best practices to enhance your skills. Dive in and start coding with confidence today!

CF

Find numbers such that A*B = C*D

A set of numbers (atleast 4 numbers) will be passed as input. The program must find four numbers A,B,C,D such that A*B = C*D and print the…
CF

Alternate Repeat Pattern

The program must accept a positive even integer N as the input. The program must print the desired pattern as shown in the Example…
CF

Robot Ditch Catch-22

A robot is programmed to move forward F meters and backwards again, say B meters, in a straight line. The Robot covers 1 meter in T units of…
PythonF

Left Number Twice Right

A set of N numbers (separated by one or more spaces) is passed as input to the program. The program must identify the count of…
PythonF

Matrix Palindrome

The program must accept an integer matrix of size RxC as the input. The program must print YES if every row and every…
CF

Forest Fire – TCS CodeVita

Roco is an island near Africa which is very prone to forest fire. Forest fire is such that it destroys the complete forest. Not a single tree…
CF

String Stairs Pattern

The program must accept a string S containing only alphabets as the input. The program must print the string S…