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

Interlace 1 to N-Pattern

The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
CF

Grid Of Grids Pattern

The program must accept the size of two grids(RxC and MxN) as the input. The program must print the MxN grid of RxC grids of asterisks as…
CF

Integer Plus Pattern

The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
CF

FIB-ASCII Value

The program must accept a positive integer N representing an ASCII value as the input. The program must print the character equivalent of the…
CF

Multipls Of x And y

The program must accept two integers X and Y as the input. The program must print the first 10 multiples of X if X is greater than Y. Else the…
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…