From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/c/language%2Fpunctuators.html | 175 ++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 devdocs/c/language%2Fpunctuators.html (limited to 'devdocs/c/language%2Fpunctuators.html') diff --git a/devdocs/c/language%2Fpunctuators.html b/devdocs/c/language%2Fpunctuators.html new file mode 100644 index 00000000..50b603d2 --- /dev/null +++ b/devdocs/c/language%2Fpunctuators.html @@ -0,0 +1,175 @@ +

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 +

+
-- cgit v1.2.3