Sunday, 19 March 2017

MULTIPLICATION OF MATRIX IN C++

MULTIPLICATION OF MATRIX IN C++

Program : Multiply two matrix in C++. #include<iostream.h> #include<conio.h> void......

Wednesday, 15 February 2017

program to find prime number after giving number in C++

program to find prime number after giving number in C++

#include<iostream> using namespace std; int main () { int i,j,num; cout<<"Enter......
program to show prime number in C++.

program to show prime number in C++.

//Prime number program in dev C++. #include<iostream> using namespace std; int......

Tuesday, 14 February 2017

swap two number without using third variable in Dev c++

swap two number without using third variable in Dev c++

// program to swap two number without using third variable. #include<iostream> using......
Swap two number in Turbo C+

Swap two number in Turbo C+

//swap two numbers using three variables. #include<iostream.h> #include<conio.h> void......
program to check odd or even number in TurboC++

program to check odd or even number in TurboC++

After doing this program you assure that, how to use if and else condition in......

Tuesday, 7 February 2017

 Simple Multiplication table in C++

Simple Multiplication table in C++

//Multiplication table in C++ and understand concept of for loop. #include<iostream.h> #include<conio.h> void......
Page 1 of 41234Next