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

Function getPositionDigitsSum

The function/method getPositionDigitsSum accepts two arguments SIZE and arr. The integer SIZE represents the size of the integer array arr.…
PythonF

Integers – Check Triplets

The program must accept N integers as the input. The program must print Yes if there is at least one triplet (a, b, c) in the given N integers…
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…