To protect my computer form hacking and save my files
Answer:
A stores code for later re-use
Explanation:
To find - What is the purpose of saving code snippets?
Solution -
Code Snippet" is used to describe a small portion of re-usable source code, machine code, or text.
They allow a programmer to avoid typing repetitive code during the course of routine programming.
So,
The correct option is - A stores code for later re-use
Formatting<span> writes the file system structure to the disk.</span>
Answer:
Option D is correct.
Explanation:
Option D is correct because when the condition if (list[j] < temp) is tested it only gets true when element in list[] array at <em>jth</em> position is less than the value in <em>temp</em> and after that it increments the value of c by this statement: c++ and so c is incremented from 0 to as much times as much elements in list[] are lesser than temp.