Sunday, 22 July 2012

How to install JDK (Java Development Kit).

July 22, 2012 Posted by Knowledge Bite 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 P...

Saturday, 23 June 2012

Fibonacci Series

June 23, 2012 Posted by Knowledge Bite No comments
//Write a program to print Fibonacci series. #include <stdio.h> #include <stdlib.h&g...

Wednesday, 13 June 2012