Examples

Examples

“for” reserved word for

“--” decrement operator

[A-AA-z_][A-Sea-z0-9_]* C identifiers

“/*”.*”*/” Single line comments

“//”.* C++ comments

[0-9][0-9]* Integer constants

“/*”([^*/]|[^*]”/”|”*”[^/])*”*/” C Comments over many lines.

\”([^”\n]|\\[“\n])*\” Strings

Previous slide Next slide Back to the first slide View Graphic Version