Answer:
Select add color
Explanation:
depends the program u are using
Answer:
Hmmm, what would i recommand i think you Should learn skills and become innovative
Explanation:
Sir i'm gonna go toilet and come back
<span>Every computer has ram, its what starts it up, saves information and speeds up your pc, a good amount of ram is 4gbs. Hope this helps.</span>
The answer if defiantly B. Story
Answer:
Option D is the correct choice answer for the above question.
Explanation:
"exit()" is a function that is used to transfer the control of the program to the end of the program and the program gets terminated. This function defines in many programming languages. The syntax of this function is as follows--
exit() // syntax of the exit function.
Hence anybody can say that "exit" function is used to terminate the program if there are many lines belongs after the "exit()" function. Hence option D is the correct answer while other is not because--
- Option A states about the "terminate()" function which is not the function of any programming language.
- Option B states about the "return()" function which is also not the function of any programming language but "return" is a statement used to return the value.
- Option C states about the "continue()" function which is used in a loop to escape the other line of the loop and continue it.