Its all about Computer science. Latest Techno Information. New Techno Release Info, Techno tips, Programming Articles and codes, Old and New tricks, Product reviews etc.
Pages
Popular Posts
- Travel Agency , Travel management Project In C++
- Hacker Finds Quora-like Q&A Features in Google Plus Code
- For hackers, mobile security is the next lock to pick as McAfee, Symantec, Sophos and AVG gear up to provide solutions
- Google opens world's first 'pop-up' store in London
- Solving QUARDITC Equcation in c
- 10 less-known but awesome Google products
Sunday, January 29, 2012
Saturday, January 28, 2012
A simple menu driven program for sorting
#include<stdio.h>
#include<conio.h>
void sorting();
void selection_sort();
void bubble_sort();
void insertion_sort();
int arr[10],temp,i,c,j;
void main()
{
int ch;
char ch2;
clrscr();
do
#include<conio.h>
void sorting();
void selection_sort();
void bubble_sort();
void insertion_sort();
int arr[10],temp,i,c,j;
void main()
{
int ch;
char ch2;
clrscr();
do
Windows configuration shortcuts
There are some windows configuration shortcutsyou can use these for avoiding mouse clicks just start RUN and type these commands ... enjoy.
appwiz.cpl
bthprops.cpl
collab.cpl
desk.cpl
Firewall.cpl
Subscribe to:
Posts (Atom)