YourDictionary

semicolon - technical definition


In programming, the semicolon (;) is often used to separate various elements of an expression. For example, in the C statement for (x=0; x<10; x++) the semicolons separate the starting value, number of iterations and increment).



Learn more about semicolon

Related Articles

link/cite print suggestion box