which of the following character is used to terminate an instruction in a C program (A) comma (B)colon (C) semicolon (D) period
Answers
Answered by
25
Answer:
C} option will be the answer to your question
Explanation:
Follow me and give me 5 thanks and
Answered by
1
which of the following character is used to terminate an instruction in a C program is semicolon ; (C)
Explanation:
- The Semicolon in C programming language shows the end of the particular statement.
- The statement followed by the Semicolon is considered a new one.
- The reason to use Semicolon to end the statement of the C language is, it cannot overlook the white space characters in its programming.
- The Semicolon in C language is also called Terminators, and they are used to divide multiple statements in programming.
Similar questions