Posts

Showing posts with the label beginning sign

Delimiter | Program boundry | { }

A delimiter is a unique character or series of characters (special character) that indicates the beginning or end of a specific statement, string or function body set. { }   In the C language there are curly braces { } which are used to define beginning and ending of the program.