Answer:
Following are the code in the C language .
int max(int x) // function definition
{
static int largest=0; // variable declaration
if (x>largest) // checking the condition
largest=x; // assign the value of input in the largest variable
return largest; // return the largest number
}
Explanation:
Following are the description of code .
- Decalred a function max of int type which hold a parameter x of int datatype.
- In this function compared the number x with the largest .If this condition is true then largest number hold the value of x variable
- Finally return the largest number .
Ransomware is the answer to this.
Answer:
file
Explanation:
you should go through the file so as to configure it
I believe it’s the first answer
“They can be used in multiple places “
But I’m not sure!!
Windows Movie Maker, iMovie, Final Cut Pro (x), QuickTime?