Pages
Tuesday, April 8, 2014
Square number program and flowchart
Ans.
/*c program to calculate the square of number*/
#include<stdio.h>
int main()
{
double n,z;
printf("Enter any number : ");
scanf("%lf", &n);
z = n * n;
printf("Square of number %lf*%lf = %lf",n,n,z);
return 0;
}
The output of above program would be:
Enter any number : 25
Square of number 25*25 = 625
Flowchart of above C square number program:
![]() |
| Figure : Flowchart for square number C program |
Related programs:
Friday, March 28, 2014
Epson C92 and Photo R220 R230 Adjustment Program
Epson C92 Adjustment Program
[JOIN OUR MAILING LIST TO GET DOWNLOAD INFO]
Epson Photo R220/R230 Adjustment Program with indoreset.bat
[JOIN OUR MAILING LIST TO GET DOWNLOAD INFO]
Good luck to those who need these reseters!
Happy reseting to everyone.
from,
the moderators---
Top 10 Windows 8 tips and tricks
- Move any tile by clicking and dragging the tile. While moving a tile, if you need a larger view of the Start screen move the tile towards the top or bottom of the screen to zoom out.
- Use your mouse wheel to scroll left-to-right through your tiles.
- Any Desktop shortcut or program can be pinned to the Start screen by right-clicking the icon and choosing Pin to Start.
- In the bottom right-hand corner of the start screen is a magnifying glass with tiles, click this icon to get a zoomed out view of your Start screen. In this view, if you right-click on a group of tiles youll be given the option to name group, which can be useful if you have a group of related tiles (e.g. games). In this view, you can also click and drag a group to organize your tile groups.
- Create a new speed bump between tile groups by moving a tile to a speed bump.
- Resize any User tile or Live tile by right-clicking the tile and choosing resize.
- If there is a tile you want on your Taskbar, right-click the tile and choose Pin to taskbar.
- Show admin applications on the Start screen by clicking Settings in Charms, click Settings, and change the Show administrative tools from No to Yes.
- In Internet Explorer 10, you can also pin any of your favorite web pages to your Start Screen.
- Press the Windows key to open the Start screen or switch to the Desktop (if open).
- Press the Windows key + D will open the Windows Desktop.
- Press the Windows key + . to pin and unpin Windows apps on the side of the screen.
- Press the Windows key + X to open the power user menu, which gives you access to many of the features most power users would want (e.g. Device Manager and Command Prompt).
- Press the Windows key + C to open the Charms.
- Press the Windows key + I to open the Settings, which is the same Settings found in Charms.
- Press and hold the Windows key + Tab to show open apps.
- Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder.
- Open the Windows Charms.
- Click Settings and then More PC settings
- In the PC settings window click Users and then select Create a picture password
- How can I close an app in Windows 8?
- How do I sleep, restart, or shut down Windows 8?
- How do I get the start button back in Windows 8?
Sunday, March 23, 2014
Blade and Soul
Blade and Soul is a martial-arts MMORPG under development, by the creators of Lineage2 - NCSoft.
Monday, March 17, 2014
Blessed blessed silence … and smokin’ performance!
Remember that article I wrote a few days ago discussing the opening of Pandora’s box?
Well … I rammed Pandora’s box closed today with great finality.
The noise had gotten just awful … the mouse was veritably howling as I moved it, the disks made a horrid racket, and the GPU didn’t know whether to sh…. never mind, old saying from the 70s.
So … the solution.
Yes, the HX850 Professional Series power supply from Corsair has made my computer run silently.
Oh ….
My ….
God!
It’s fantastic …
Seriously, if you have weird sounds coming from you computer, including the mouse setting up a strange screech as you move it, then you need to size your power supply properly and get a good one. This one is certified 80 Plus Silver, which is very efficient as well. It’s just a thing of beauty.
Update: And I was able to overclock it to around 4.5ghz! With Northbridge and HT Link at 2400mhz. I turned off turbo mode of course since I am already well above that on 8 cores.
My best experience index ever. Some day I may feel like cranking up the OC a bit to see if I can get a perfect score, but for now this machine performs like a champ and seems perfectly stable so far.
I tested a render operation on the new settings. Wow. The stock chip renders my latest 9:20 video in about 3:20 … the new settings in 2:50. On a long video that is a non-trivial improvement. Very cool.
Update 2: My mouse froze this morning, so I only got 12 hours of stability on those settings. I backed the multiplier for the CPU off from 19x to 18.5x, which dropped the speed to 4400mhz from 4500mhz … we’ll see how that fares. So far so good. Still fast as hell :-)
Sunday, March 16, 2014
Unveiled and Compared HTC One X HTC One V
HTC will release their latest flagship device tomorrow, April 13, 2012. The HTC One X and HTC One V. Yesterday, it was a privilege to be invited to the pre-launch held at the Jump Experience Center in SM Megamall.
Read more »
Monday, March 10, 2014
Ubuntu Linux find and remove driectories
find $HOME -type d -name "*.files" -exec rm -rf {} +Friday, March 7, 2014
News Bits Mandaue Foam Recliner Sofias Cake and Supplements
(1) The recliner I won from Yugatech
(2) Sofia's Cake Tagaytay
(3) A store that sell over 10,000 varieties of supplements
Read more »


