Answer:
Split Infection
Explanation:
In the split infection technique, each time the file is opened either by the user or the system operating system, the virus copy itself into another file on the same system and unload malicious payloads to perform some actions. While this is ongoing, the virus erase file from the user hard drive and might even go as formatting the hard disk drive.
It should be noted that the virus cannot transfer itself from one computer to another
Answer: Dominic would pay a small fee to the auction site.
There is a standard reverser that will work for this:
void printbackwards(string s)
{
reverse(s.begin(), s.end());
cout << s;
}