Showing posts with label c program. Show all posts
Showing posts with label c program. Show all posts

November 03, 2012

C Program To Add, Subtract or Multiply two Matrices

No comments:
- Add, Subtract or Multiply two Matrices
- Command line based
- Menu driven
- Uses Structs, functions, dynamic allocations etc.

Read More

August 27, 2012

C program to accept length of three sides of a triangle and find out the type of triangle

No comments:
Read More

C program to obtain five numbers from user and display them back in ascending order

1 comment:


Source uploaded to Pastebin.com

* Users Bubble Sort algorithm

Here's an animation from Wikipedia explaining Bubble sort. 


Read More