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
15
When it comes to programming the semi-colon is used in separating the major sentences.
The semi-colon is used between two independent clauses which are very closely related, given the fact that they are not already joined through a coordinating conjuction.
The semi-colons can be easily used in order to separate several of the items on the list. They can be used as a replacement to commas.
Answered by
12
Answer:
semicolon(option 3)
Explanation:
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.
Similar questions
Math,
7 months ago
Computer Science,
1 year ago