In a C language program, the statement terminator is ______?
In a C language program, the statement terminator is ______?
سی زبان کے پروگرام میں ، بیان ٹرمینیٹر ______ ہے؟
Explanation
In C language, each statement ends with a semicolon (;) to indicate the end of an instruction.
This helps the compiler understand where one statement ends and the next begins.