Tuesday, February 3, 2015

Delimiters Use in C Programming

C Programming :
Delimiters Use :
:     Colon Useful for label
;     Semicolon Terminates the statement
( )   Parenthesis Used in expression and function
[ ]   Square Bracket Used for array declaration
{ }  Curly Brace Scope of the statement
#     hash Preprocessor directive
,     Comma Variable separator

No comments:

Post a Comment