C program for bubble sort: c programming code for bubble sort to sort numbers or arrange them in ascending order. You can easily modify it to print numbers in descending order.
Code:
#include<stdio.h>
#include<conio.h>
void main()
{
int a[5];
int i,j,t,k;
clrscr();
for(i=0;i<5;i++)
{
printf("\n\tEnter No ");
scanf("%d",&a[i]);
}
printf("\n\n\tIndex\t0\t1\t2\t3\t4\n\ti,j |\t");
for(i=0;i<5;i++)
printf("%d\t",a[i]);
printf("\n\t------------------------------------------------\n\n");
textcolor(5);
for(i=0;i<5;i++)
{
for(j=0;j<5;j++)
{
if(a[i]<a[j])
{
t=a[i];
a[i]=a[j];
a[j]=t;
printf("\t%d,%d |\t",i,j);
for(k=0;k<5;k++)
{
if(k==i||k==j)
{
cprintf("%d",a[k]);
printf("\t");
}
else
{
printf("%d\t",a[k]);
}
}
printf("\n");
}
}
}
/*printf("\n\n");
for(i=0;i<5;i++)
{
printf("\t%d",a[i]);
} */
getch();
}
Saturday, 22 June 2013
Tuesday, 11 June 2013
Get a power efficiency report
Have a laptop and want to get more battery life out of it? Windows 7 includes a hidden built-in tool that will examine your laptop's energy use and make recommendations on how to improve it. To use it:
1. Run a command prompt as an administrator. To do this, type
cmd
in the search box, and when the cmd icon appears, right-click it and choose "Run as administrator."
2. At the command line, type in the following:
powercfg -energy -output \Folder\Energy_Report.html
where \Folder represents the folder where you want the report to be placed.
3. For about a minute, Windows 7 will examine the behavior of your laptop. It will then analyze it and create a report in HTML format in the folder you specified. Double-click the file, and you'll get a report -- follow its recommendations for ways to improve power performance.
Open a Command Prompt from Any Folder
if you hold down the Shift key while right-clicking on any folder, including the desktop background, you'll see a new item for "Open command window here", that will open a command prompt with that folder as the default path.
This tip only works in Windows 7 or Vista, for Windows XP you'll need to use a registry hack to accomplish the same thing.
Sunday, 9 June 2013
Virus Tricks : Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")Send this file to your friends as an email attachment to see the fun.
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Make a Personal Diary(Log) with Notepad (Easter Eggs)
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.
All these Notepad tricks are totally harmless and would not harm your PC in any way. To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work onWindows 8, Windows 7, Windows Vista and Windows XP.
Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Double click to open this file and you will be impressed by this awesome trick.
25 Cool Windows 7 Keyboard Tricks That Will Impress Your Friends
Apart from making you work more efficiently and faster, you can also impress your friends or colleagues by being able to work without a mouse. This article describes some cool Windows 7 keyboard tricks to get you started. In the end you might never want to take your hands off the keyboard again.
For your convenience, more keyboard shortcut resources are attached at the bottom.
Aero Shortcuts
- [Windows] + [Spacebar] (Aero Peek)
Make all open windows transparent to view gadgets and icons on desktop.
- [Windows] + [D] (Aero Peek)
Show or hide the desktop. - [Windows] + [Home] (Aero Shake)
Minimize all but selected window. Reverse by clicking the key combination again. - [Windows] + left arrow OR [Windows] + right arrow (Aero Snap)
Dock selected window to the left or right half of your screen. - [Windows] + up arrow OR [Windows] + down arrow (Aero Snap)
Maximized and restores the selected window. - [Windows] + [SHIFT] + up arrow OR [Windows] + [SHIFT] + down arrow (Aero Snap)
Maximizes and restores selected window in vertical dimension only. - [Windows] + [Tab] (Aero Flip)
Launch 3D representation of open windows and click [Tab] key again to flip through them.
Windows & Taskbar
- [Alt] + [Ctrl] + [Tag] + left/right/up/down arrow
Flip window. - [Alt] + [Tab]
Cycle through open windows.
- [Windows] + [T] OR [Windows] + [SHIFT] + [T]
Move focus to front or back of taskbar. Press [T] again while holding the [Windows] key to cycle through items in the taskbar from left to right or, with [SHIFT] button held too, from right to left. - [Windows] + [B]
Puts focus on the ‘show hidden icons’ button on the system tray. - [Windows] + [1] THROUGH [Windows] + [9]
Launch first through ninth icon on taskbar, including items pinned to taskbar. - [Windows] + [SHIFT] + [1] THROUGH [Windows] + [SHIFT] + [9]
Starts new instance of respective taskbar icon. - [Windows] + [Ctrl] + [1] THROUGH [Windows] + [Ctrl] + [9]
Cycles through multiple instances of the respective icon. - [Windows] + [Alt] + [1] THROUGH [Windows] + [Alt] + [9]
Opens jump list for respective icon.
Multiple Monitors
- [Windows] + [SHIFT] + right arrow OR [Windows] + [SHIFT] + left arrow
Move selected window from one monitor to another. They will remain in the same relative location. - [Windows] + [P]
Select presentation display mode.
Magnifier
- [Windows] + [+] OR [Windows] + [-]
Activates Windows Magnifier to zoom in or out of screen. - [Ctrl] + [Alt] + [D]
Switch to docked mode. - [Ctrl] + [Alt] + [L]
Switch to lense mode.
- [Ctrl] + [Alt] + [F]
Switch from docked or lens mode back to full screen mode. - [Ctrl] + [Alt] + [I]
Invert colors. - [Windows] + [Esc]
Exist magnifier views.
Other
- [Windows] + [G]
Cycle through desktop gadgets. - [Windows] + [X]
Launches Windows Mobility Center. Especially useful if you’re working on a laptop.
Subscribe to:
Posts (Atom)