How to install JDK (Java Development Kit). July 22, 2012 Posted by Knowledge Bite Tutorial No comments First you have to download JDK from net. pen the downloaded file when download complete it shows you as in fig. its JDK 1.7 update 3 version for 64 bit windows. You may download it as you want if you have 32 bit windows. Open this application file to install it on your PC. Read More
WAP to find the sum of two matrix June 23, 2012 Posted by Knowledge Bite Tutorial No comments //Write a program to find the sum of two matrix. #include <stdio.h> #include <stdlib.h> #include<conio.h> Read More
Fibonacci Series June 23, 2012 Posted by Knowledge Bite Tutorial No comments //Write a program to print Fibonacci series. #include <stdio.h> #include <stdlib.h> Read More
Program to add two numbers using function June 13, 2012 Posted by Knowledge Bite Tutorial No comments #include<stdio.h> #include<conio.h> Read More
Program showing tower of HANOI in which moving disks June 13, 2012 Posted by Knowledge Bite Tutorial No comments /* Program showing tower of HANOI*/ #include<iostream> #include<stdio.h> #include<conio.h> Read More