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 count the numbers of positive, negative and zero in an array. # inc…
Write a program in C to sort array elements in descending order. # include < stdio.h &g…
Calculate area and perimeter of the rectangle # include < iostream.h > # inclu…
Calculate area and circumference of the circle in C++ program. # include < iostream.h &…
Write a program in C to convert given number into word. # include < stdio.h >…
Write a program in C to find the percentage of 5 subject marks,determine the division and de…
Write a program in C to count the number of digits of a given number. # include < stdio.…
Write a program in C to reverse the given string. # include < stdio.h > # include &l…
2018 BCA objective questions of paper II with answer. BRAB university Fill …
Switch case statement When we want to solve multiple options types problem, f…
Write a program in C to convert decimal into octal number. # include < stdio.h > # i…