COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
FINISH
|
|
BEGIN
|
|
END
|
|
ELSE
|
Detailed explanation-1: -The end statement statement is used to terminate the program. Explanation: The end statement is the last line of the program or function.
Detailed explanation-2: -In computing, exit is a command used in many operating system command-line shells and scripting languages. The command causes the shell or program to terminate.
Detailed explanation-3: -The end statement is the last line of the program or function. The stop or return statements are used for normal termination and exit is used for abnormal termination.
Detailed explanation-4: -Period. A period marks the end of a declarative sentence: a statement of fact.
Detailed explanation-5: -C library function-exit() The C library function void exit(int status) terminates the calling process immediately.