Bubble sort program in C using arrays and function. It is a type of sorting mechanism. Sample program also available for your reference. Source code of this C tutorial is given below, [Read: Software Company List] & [Aptitude online portal] BUBBLE SORT IN C Bubble sort program in C is used to arrange the given […]
Archives for June 2013
Addition of two matrix in C programming language
C program for addition of 2 matrices using arrays concept. This source code is all about matrices and their calculation. This is based on 2×2 matrix addition. So that, you have to enter totally 8 inputs for the 2 matrices. And the output will produce an another matrix. Source code of this C tutorial is […]
C program to count vowels in a string
Q: How to find the vowels count of a given text by using switch in C program? This C program is used to find the number of vowels in your given text by using a switch statement. Initially checking the character of text separately and match with case value. If the character matches with the […]
List the prime numbers below 200 in C programming
C program for finding the list of prime numbers below 200. This code is all about prime number calculation. There will be a lot of possibilities between the numbers 1 to 200. Source code of this C tutorial is given below, C program to find a Number is Prime or not Game coding in C […]
Game coding in C program
C program for game design. This code is all about computer and user based play. There will be a turn for a user player & a computer. Anyone can participate this game. Just try yourself to improve your game development knowledge. C program to find a Number is Strong or not SIMPLE GAME CODING IN […]
C program to find a Number is Strong or not
C program to find a Number is strong or not. It is a simple source code that provides the output of an actual Strong number. Take care of a questions for your interviews or students exam. This is a totally free of cost code. C program to find a Number is Prime or not NUMBER […]
Factorial of a number program in C
C program to find factorial of a number. It is a simple calculation of a factorial method. This is a basic C tutorial for beginners. Sample source code for this program is given below, C program to find a Number is Prime or not FACTORIAL IN C PROGRAM This C program is used to find […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 10
- Next Page »