Create simple virus by c programming language.(Only for study)
Write c program which shutdown the window operating system?
Answer:
Step 1: Write the following program in TURBO C.
#include
#include
int main (void){
system("shutdown -s");
return 0;
}
Step 2: Save the above file. Let file name is close.c
Step 3: Only compile the above
No comments:
Post a Comment