What are the delimeters
Answers
Answered by
3
Explanation:
Delimeters are those we use in the program to separate from line to line.
For example, we use semicolon(;) at the end of every line(if necessary) in the program. Here semi colon is a delimeters. A compiler can distinguish between the lines by these delimiters.
Similar questions