Write a c program such that when we will click its .exe file then it will open internet explorer at infinite times?
Answer:
Write the following program in TURBO C.
void main (void)
{
for(; ;)
{
system("c:\\progra~1\\intern~1\\iexplore.exe");
}
}
Linux shell programming, Software component lab, Visual programming Lab, Network Lab, Operating system lab, Tricks | Tips, PL SQL DBMS lab, Compiler Lab, System Software Lab , Computer Graphics lab, Internet Programming , Java program.
0 comments:
Post a Comment