TutorialsJar
Go To...
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Search

Category: C++ programs

Program for transpose of a matrix
January 29, 2014
 |  No Comments
 |  C++ programs

Transpose of a matrix is the property to interchange rows and columns of matrix i.e row will become the column of resultant matrix and column will become the row of resultant matrix.

Read More »

Posted in C++ programs Tagged Program for transpose of a matrix Leave a comment
Program for multiplication of two matrices
January 28, 2014
 |  No Comments
 |  C++ programs

This program computes multiplication of two matrices . In this we ask user to enter order or size  of matrix A then entered elements for matrix A, same procedure goes for  matrix B. But the multiplication does not yield the same process as in case of addition or subtraction of two matrices.

Read More »

Posted in C++ programs Tagged Program for multiplication of two matrices Leave a comment
Program for subtraction of two matrices
January 28, 2014
 |  No Comments
 |  C++ programs

In this program we compute subtraction of two matrices A and B which has same order. First we ask user to  enter order or size of matrix, then enter numbers for matrix A and B. In this elements of matrix B subtract from corresponding elements of matrix A . After that gives resultant matrix. To […]

Read More »

Posted in C++ programs Tagged Program for subtraction of two matrices Leave a comment
Program for addition of two matrices
January 28, 2014
 |  No Comments
 |  C++ programs

In this program we compute addition of two matrices A and B which has same order. First we ask user to  enter order or size of matrix, then enter numbers for matrix A and B. To understand the strategy, let us have  look at the dummy matrices. Suppose matrices have order 3×3.

Read More »

Posted in C++ programs Tagged Program for addition of two matrices Leave a comment
Program to check a number is prime
January 28, 2014
 |  No Comments
 |  C++ programs

A Prime Number is a number which can be divided only by 1 or by itself. And it must be a whole number greater than 1. No even number, except 2, is prime number as 2 is divided by 1 or 2 only i.e by 1 or by itself.

Read More »

Posted in C++ programs Tagged Program to check whether a number is prime or not Leave a comment
Program to implement Tic Tac Toe
April 22, 2013
 |  No Comments
 |  C++ programs

//Implementation of Tic Tac Toe program #include <iostream.h> #include <stdlib.h> #include <time.h>

Read More »

Posted in C++ programs Tagged Program to implement Tic Tac Toe Leave a comment

Other Tutorials

  • C programs
  • C Tips
  • C++ programs
  • C++ Tips
  • MongoDB Tutorial

Feedspot MongoDB award

Connect on Facebook

Connect on Facebook

Subscribe to TutorialsJar

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Contact US


E 101, SRK Silicana Apartments,
Doddathoguru, Electronics City Phase 1,
Bengalurur - 560100,
Karnataka
admin@tutorialsjar.com

Recent Posts


  • Downloading & Installing MongoDB on Windows & MAC
  • MongoDB vs RDBMS? What’s The Difference Between Them?
  • What Are The Key Features Of MongoDB?

Upcoming Tutorials


  • Spring Framework Tutorial

  • Spring Boot Tutorial

  • Rest API Tutorial

Follow Us


  • Facebook
  • Twitter
  • Instagram
  • Linkedin
  • Quora

Copyright © 2017 TutorialsJar. Powered By CatchUpdates.
Home | Contact Us | Sitemap