Asked by Veronica Lovtsova on Jul 24, 2024

verifed

Verified

All statements that cause some specific action to be performed by the computer when the function is executed must end with a semicolon (;) ; such statements are known as ____ statements.

A) assignment
B) arithmetic
C) executable
D) escape

Executable Statements

Instructions in a program that perform actions, such as assigning values, calling functions, or looping through data.

Assignment

Assignment in programming is the act of setting a value to a variable or an object attribute.

Arithmetic

The branch of mathematics dealing with numbers and operations such as addition, subtraction, multiplication, and division.

  • Acquire knowledge on the architecture and constituents of a C function.
verifed

Verified Answer

OA
Osama Ali HassanJul 29, 2024
Final Answer :
C
Explanation :
Executable statements in programming are those that cause the computer to perform a specific action when the function is executed, and they typically end with a semicolon (;).