Hi. To open the find and replace dialog box with shortcut keys, hold down CTRL and press the letter "H".
Hope this helps.
Take care.
Explanation:
Computer viruses are spread through transportable secondary storage.e.g, inserting a hard disk that already has virus into another computer.
Answer:
#include<iostream>
using namespace std;
int main()
{int num1,num2;
cout<<"enter 2 numbers:"<<endl;
cinn>>num1;
cinn>>num2;
cout<<("value without swapping of num1",num1);
cout<<("value without swapping of num2",num2);
num1 ^= num2;
num2 ^= num1;
num1 ^= num2;
cout<<("num1 after swapping",num1);
cout<<("num2 after swapping,num2);
return 0;
}
Answer:
VM escape attack
Explanation:
<em>In a VM escape attack, the attacker exploits hypervisor vulnerabilities to gain control over resources reserved for other guest operating systems. Services operating on the guest may be exposed to the other attacks, but such attacks can only access data allotted to the same guest. In the event of a buffer overflow or directory traversal or the client in the case of cross-site scripting.</em>
Answer:
A) Gibberish or Vague Profane
Explanation:
Hope this helps