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

One Digit Replace By 0

The program must accept an integer N as the input. The program must replace all the occurrences of the unit digit of N by 0 in the integer N.…
CF

Consonent vowel pair

The program must accept a string S as the input. The program must print all the pairs having a consonant followed by a vowel in the string S…
CF

Swap-Multiples Of x And y

The program must accept N integers and two integers X and Y as the input. The program must swap the first occurring mutiple of X and the last…
CF

Consonent in range

The program must accept two lower case alphabets CH1 and CH2 as the input. The program must print all the consonants from CH1 to CH2 as the…
CF

Matrix – Count Sorted Rows

The program must accept an integer matrix of size RxC as the input. The program must print the number of rows containing the integers in…
CF

Maximum Number of Factors

The program must accept N integers as the input. The program must print the integer which is having the maximum number of factors among the N…