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!

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…
PythonF

Sort – Domain Names

The program must accept the email addresses of N students as the input. The program must print the names of the email domains based…
CF

C – Function – Average

An array of N integers is given as input. The program must print the average with precision up to two decimal places. Fill in the missing…
CF

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…
PythonF

Sort based on Weight

The program must accept N integers as the input. For each integer X, the program must find the sum of the weights based on the…