Punctuation

These are the punctuation symbols in C. The meaning of each symbol is detailed in the linked pages.

{ }

[ ]

#

##

( )

;

:

...

?

::

.

->

~

!

+

-

*

/

%

^

&

|

=

+=

-=

*=

/=

%=

^=

&=

|=

==

!=

<

>

<=

>=

&&

||

<<

>>

<<=

>>=

++

--

,

References

See also

Alternative representations (C95) alternative spellings for certain operators
C++ documentation for Punctuation

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/c/language/punctuators