answersLogoWhite

0

Why semicolon? Tradition.

What does it do? Terminates a single statement, eg:

i+= 3; /* expression is a single statement */

{ i= 3; --j; } /* no semicolon after the compound statement */

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is main function used in c?

if you do not used main function in c program when errors are accrued


What is the compiler that is used in C?

A program that translates source program into object code.


What type of a program is used in order to enter c source code?

What type of a program is used in order to enter C source code


Write a program in FORTRAN C language to compute control ratios used in budgeting with reference to any organization?

if u give control ratios used in budgeting i can write program in C/C++


Is a left brace in a c program always followed by a right brace later in the program?

Yes. Braces are used to group similar pieces of code in a C program


What is the c language used in microprocessor?

The program used inside microprocessors is microcode,the program what microprocessors execute is machine code.


Write c programs to display 10 line biodata?

A C++ program can be used to write C programs that will display 10 lines of biodata. Many types of C programming can be written with a C++ program.


Is c plus plus can be used in game programming?

yes! why not! this c program is used in ATM servicesand also in games.


What letters of the alphabet are used while making a program in C language?

All of them can be used.


Why and operator can not be used in string of c program?

Any character can be used in string, except for \\0. char example [] = "A&B|C";


What c code would allow the c library that includes the log function to be used in a program?

01


Program to display multiplication of two matrix?

The matrix multiplication in c language : c program is used to multiply matrices with two dimensional array. This program multiplies two matrices which will be entered by the user.