DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
C language compiler

Punctuators

Punctuators can be any one of the following:

[ ] ( ) { } * , : = ; ...
#                      
Depending on context, some of these punctuators can also be an operator or part of an operator. The pairs of punctuators [ ], ( ), and { } must match and appear in pairs after a source file is preprocessed. The punctuator # can only be part of preprocessing directive.


Next topic: Comments
Previous topic: Wide string literals

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003