br/>

Sunday, November 23, 2014

C/C++ code for Two adding matrix

Hey guys below is the code for adding two matrix of 3 x 3 

#include<iostream.h>            (add this file if using on C++)
#include<stdio.h>
#include<conio.h>
void main()

{

Saturday, November 22, 2014

Bubble Sort

Bubble sort is use to sort numbers or arrange them in ascending order.In this heaviest
 element is always placed at last in each pass.Its worst case complexity is very high
Below is the code for bubble sort(using function) for c/c++ language:
 
#include <stdio.h>   
void bubble_sort(int[], int);  
void main()
{

Sunday, November 9, 2014

Full Forms List

Here are some full forms  for competitions and general knowledge

1.) GOOGLE - Global Organization Of Oriented Group Language Of Earth.
2.) YAHOO - Yet Another Hierarchical Officious Oracle.
3.) WINDOW - Wide Interactive Network Development for Office work Solution.
4.) COMPUTER - Common Oriented Machine Particularly United and used under Technical and Educational Research.
5.) VIRUS - Vital Information Resources Under Siege.
6.) UMTS - Universal Mobile Telecommunicati
ons System.
7.) AMOLED - Active-matrix organic light-emitting diode.

Popular Posts