answersLogoWhite

0


Best Answer

semicolon ';' (Not applicable for block-statements)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

semicolon ';'

(except for block-statement)

This answer is:
User Avatar

User Avatar

Amit Bhoi

Lvl 2
3y ago

~

This answer is:
User Avatar
User Avatar

Foster Schroeder

Lvl 1
3y ago
So grateful
User Avatar

Theodora Kertzmann

Lvl 1
3y ago
How did you get that answer?
User Avatar

Neoma Donnelly

Lvl 1
3y ago
Thank you!!!

User Avatar

Wiki User

8y ago

Semicolon.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

symbol is used to terminate each Statement of C language) / ________

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

C);

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

semicolon

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which symbol is used as a statement terminator in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where you have to put semicolon in c programming?

For clasesses it defines from which class to inherit. :: means area of visibility in certain name space.


What is statement terminator in c language?

The compiler demands it: your programs wouldn't compile without them.


Why you use semicolon to terminate the lines in C programming?

Because that is the defined statement terminator of the language.


Why you use colon in C language?

In C (and C++ and Java), the semicolon is used to mark the end of a statement. It is also used the separate the expressions in a for loop.


What is the C language terminator?

It is the semicolon. ;


Which statement is not frequently used in C plus plus?

The goto statement.


Write a programme in c to print hello world without using statement terminator?

#include<stdio.h> #include<conio.h> void main() { if(printf("hello world")){} if(getch()){} }


What is the C program to print strings from A to Z and a to z?

#include<stdio.h> int main (void) { char upper[27]; // A-Z plus null terminator char lower[27]; // a-z plus null terminator char c; int i; for (i = 0, c = 'A'; c <= 'Z'; ++c, ++i) { upper[i] = c; lower[i] = c - 'A' + 'a'; } upper[i] = 0; // null-terminator lower[i] = 0; // null-terminator printf ("%s\n", upper); printf ("%s\n", lower); return 0; }


Why do you use semi colon in do while statement?

A semi-colon is used in a do while statement for the same reason that it is used in any other statement. The rules of C and C++, as well as Java, require that every statement be terminated with a semi-colon.


What is C in electrical terms?

C is ussally the symbol used to denote the velocity of light.


What statement is used to display the output in C?

cout << "sup" << endl; Well, it's not C


What is carbon symbol?

The symbol is " C "