What Are The Special Symbols in C Language?
What Are The Special Symbols in C Language?
What Are The Special Symbols in C Language?
Some of the special symbols that are used in C programming are as follows −
[] () {}, ; * = #
Brackets[] − Opening and closing of brackets are used for array element
reference, which indicate single and multidimensional subscripts.
Parentheses() − These special symbols are used for function calls and function
parameters.
Braces{} − Opening and closing of curly braces indicates the start and end of a
block of code which contains more than one executable statement.
Comma (, ) − It is used to separate more than one statements like separating
parameters in function calls.
The table given below What iss the respective meaning of the special symbols used in
the C programming language.
:
Symbol Meaning
~ Tilde
! Exclamation mark
# Number sign
$ Dollar sign
% Percent sign
^ Caret
& Ampersand
* Asterisk
( Lest parenthesis
) Right parenthesis
_ Underscore
+ Plus sign
, Comma
. Period
/ Slash
| Vertical bar
\ Backslash
` Apostrophe
- Minus sign
= Equal to sign
< Opening angle bracket
> Closing angle bracket
? Question mark
{ Left brace
} Right brace
[ Left bracket
] Right bracket
: Colon