I think it’s a
if it isn’t a then it’s d
Answer:
i know but you to help me ok this answer b
B)Do a search on a search engine about rock music=this is how she should start.
The data of the webpages on the Internet are commonly stored into hard drives from servers around the world. These supercomputers have the capability to store huge chunks of data just to keep the web page from running. The HTTP protocol is the one that allows for these servers to store data.
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.