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

HCF (GCD) of long values

The program must accept two long values X, Y and print their HCF (GCD). Input Format:The first line contains X and Y separated by a space.…
CF

Match Last Letter

Given two strings S1 and S2 , print the string S1 vertically with the string S2 in reversed manner which ends with the letter being considered…
PythonF

Travelling PNR List

A mini bus having S seats can be overbooked during festival times. Out of N bookings made C bookings can be cancelled. Hence the final…