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

K Alphabets in Reverse Order

The program must accept a lowercase alphabet ch and an integer K as the input. The program must print K alphabets from ch in reverse…
CF

Robot – Stair Climbing

There are N stairs to be climbed in a building. A robot can take only S different leaps each containing certain distinct…
CF

Largest Possible Odd Integer

The program must accept an integer N as the input. The program must print the largest possible odd integer using all the digits in N…
CF

New Magician

You are a programming-savvy person and you never get involved in any extra-curricular activities. Your faculty mentor has ordered that you…
CF

Numbers with Unit Digit

Numbers with Unit DigitGiven two positive integers A and B and a digit U, the program must print all the integers from A to B (inclusive of A…
CF

Max Streak Winning Sequence

Alok is playing N round of card games with his friend Brinda. He gets postive or negative points based on whether he won or lost in a specific…