English, asked by priyagill7855, 4 months ago

which of the following character is used terminate an instruction in a C program

Answers

Answered by arunabalamohapatra
10

Answer:

In programming, Semicolon symbol plays a vital role. It is used to show the termination of instruction in various programming languages as well, like C, C++, Java, JavaScript and Python.

Answered by rinkughosh9932
48

Answer:

Semicolon is a punctuation mark (;) indicating a pause, typically between two main clauses, that is more pronounced than that indicated by a comma. In programming, Semicolon symbol plays a vital role. It is used to show the termination of instruction in various programming languages as well, like C, C++, Java, JavaScript and Python.

Semicolons are end statements in C.

The Semicolon tells that the current statement has been terminated and other statements following are new statements.

Usage of Semicolon in C will remove ambiguity and confusion while looking at the code.

They are not used in between the control flow statements but are used in separating the conditions in looping.

Explanation:

Hope it will help you

please follow me and mark my answer as brainliest answer

Similar questions