Page Rank Checker

Web Tourer

This Web Browser Is Completely Design And Coded By Me. Click Here For More Information Or Download.

Sunday, 26 October 2014

Program For Finding Rank Of Matrix In C

This program is for finding rank of matrix and solving system of linear equationLet's try it.#include<stdio.h>#include<conio.h>    float a[10][10];     float b[10];    int m,n;void setorder();void getmatrix();int chkzero(int i);void printrank();void print();void rowop(int i);void changerow(int i, int l);void main()   ...

Wednesday, 3 September 2014

Virus Which Changes Password On Every Logon

This article is about making a virus that changes password of windows to the password hacker wants on every Log on. Just remember that you must log in with Administrator privileges to performing following trick. Actually idea about this trick is given to me by my friend ‘Punit’ so all credit of this trick is of him. If you don’t know How to hack windows password then read...

Hack any Windows Password 100% working - Real Hacking

This is 100% working trick for hacking Windows password which is applicable to most of the versions of windows i.e. Windows XP all service packs, Windows 7 all versions. All you have to need for performing this trick is any Unix based operating system i.e. any version of Linux which made bootable through CD drive or USB drive (I am using Kali Click here to download Kali...

Make Bootable/Live Linux USB/Disc

This article is about making bootable usb drive or disc of any Linux version, Just follow the stepsFor making bootable USB:-1.Download iso file of any version of Linux from internet it is available on internet for free.2.Download “Universal-USB-Installer” from internet it is available on internet for free and open it3.Select Linux distribution you have from drop down...

Monday, 7 July 2014

Find Grace Marks Of Student Using Switch Program In C

This article is from solution of Let Us C by Yashwant Kanetkar. I also posted many another articles regarding solutions of Let Us C. If you have any problem regarding solution then give comment, I will surely reply your question. Q. Write a program which to find the grace marks for a student using switch. The use should enter the class obtained by the student and the...

Menu Driven Program Using Switch Program In C

This article is from solution of Let Us C by Yashwant Kanetkar. I also posted many another articles regarding solutions of Let Us C. If you have any problem regarding solution then give comment, I will surely reply your question. Q. Write a menu driven program which has following options:    1. Factorial of a program    2. Prime or not   ...

Saturday, 5 July 2014

Sum Of First 7 Terms Of Natural Logarithm Program In C

This article is from solution of Let Us C by Yashwant Kanetkar. I also posted many another articles regarding solutions of Let Us C. If you have any problem regarding solution then give comment, I will surely reply your question. Q. The natural logarithm can be approximated by the following series.   v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:*...