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

String Modification

The program must accept a string S as the input. The program must remove all the vowels and insert a character “.” before each…
PythonF

Month in the Date

The program must accept a valid date D in the format of DD-MM-YYYY as the input. The program must print the name of the month in the given…
PythonF

Step Numbers from 1 to N

The program must accept an integer N as the input. The program must print all the step numbers from 1 to N as the output. If there is no such…
CF

Function swapChildren

function swapChildren: The function/method swapChildren accepts two arguments root and X. The root is a pointer to…
CF

Same Case N String

The program must accept N string values of equal size as the input. The program must print the count of position of the string where all the…
CF

Prime Numbers – Ranges

The program must accept T pairs of integers as the input. For each pair P (P contains two integers X and Y)…
CF

function countOrderedChairs

The function/method countOrderedChairs accepts an argument str representing a string value. The string str contains only…