Computer Tricks and Tips
The Best Computer Tips and Tricks.
Pages
(Move to ...)
Home
Broken links
Link Exchange
▼
Sunday, 28 April 2013
find hcf and lcm C program
›
The code below finds highest common factor and least common multiple of two integers. HCF is also known as greatest common divisor(GCD) or ...
C program to check odd or even using bitwise operator
›
#include<stdio.h> #include<conio.h> main() { int n; printf("Enter an integer\n"); scanf("%d",...
Monday, 22 April 2013
Shopping Management System.
›
Download #include<stdlib.h> #include<iostream.h> #include<string.h> #include<conio.h>
Sunday, 21 April 2013
Library Management System
›
Download
Tuesday, 16 April 2013
How to Make Menu using php Array
›
Download <?php $menu = array( "HOME" => "http://hackresource.blogspot.com", "Google" => ...
›
Home
View web version