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 :- cout<<"I like to programming with c language"; Cin>> n;