Terminator | Statement Terminator | Semi-Colon

The sign which is used to end every statement of the program is called terminator (Which terminator the statement ). 
In the C language every statement is to be ended. 

So there is semi colon (;) which is used to end every line of C program. 

Example :-

  1. cout<<"I like to programming with c language";  
  2. Cin>> n;


Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System