This program is an example of how to
create a virus in C. This program demonstrates a simple virus program
which upon execution (Running) creates a copy of itself in the other
file. Thus it destroys other files by infecting them. But the virus
infected file is also capable of spreading the infection to another file
and so on. Here’s the source code of the virus program.
#include
#include
#include


