Where are the options and the dialog
Answer:
The risks is If your computer is stolen, someone could get the data and If your laptop messes up you will you lose all the data.
Explanation:
// writing c++ function
int maximum ( int a , int b){
if(a>b)
return a;
else
return b;
}
//when this function will be called it will return the max of the integers sent.
//for example
int max = maximum ( 3,4)
//max variable will have 4 returned by the function
The answer is VHD (Virtual Hard Disk) file. VHD (Virtual Hard Disk) is a format which represents a virtual hard disk drive similar to the (HDD). It may contain what is found usually on a physical HDD, such as disk partitions and a file system. It is typically used as the hard disk of a virtual machine.