Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Write a program in C to find the transpose of given matrix. # include < stdio.h > # in…
Write a program in C to print month in word. # include < stdio.h > # include < stri…
Write a program in C to find place of given character in given word. # include < stdio.h &…
Program in C to print the binary equivalent 1 to nth number. # include < stdio.h >…
Write a program in C to find the number of characters in given string using pointer. # inc…
Write a program in C to count the entered character in given string. # include < stdio.h …
Write a program in C to read multiple string and then print. # include < stdio.h > # i…
Write a program in C to find the number of characters in given string. # include < stdio.h…
Write a program in C to check that a number entered by the user is Armstrong number. Def…
Write a program in C to print the all prime factors of a given number. # include < stdio.h…
Write a program in C to find odd numbers 1 to any number using continue statement. # include…
Write a program in C to find sum of all array elements. # include < stdio.h > # incl…
Identifiers :- Identifiers refer to the names of variables, functions, arrays,…
Write a program in C to sort array elements in ascending order. # include < …
Fill in the blanks with appropriate answer :- An array is collection of homo…