from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210172

userrating:


May 25th. 2007:
Words

486

Views

259148

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150507

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





operator

Section: Environments, Tables, and Troff Macros (7)
Updated: 202-1-01
Index Return to Main Contents
 

NAME

operator - C operator precedence and order of evaluation  

DESCRIPTION

This manual page lists C operators and their precedence in evaluation.
OperatorAssociativityNotes
() _Generic()-[1]
[] () .-> ++- (type){}left to right[2] [3]
++- & * +- [ti] ! _Countof sizeof alignof _Maxof _Minof right to left[4]
(type)right to left
* / %left to right
+-left to right
<< >>left to right
< > <= >=left to right
== !=left to right
&left to right
[ha]left to right
|left to right
&&left to right
||left to right
?:right to left
= *= /= %= +=-= <<= >>= &= [ha]= |=right to left
,left to right
The following notes provide further information to the above table:
[1]
The () at this precedence is the parenthesized expression.
[2]
The () at this precedence is the function call operator.
[3]
The ++ and -- operators at this precedence level are the postfix flavors of the operators.
[4]
The ++ and -- operators at this precedence level are the prefix flavors of the operators.


 

Index

NAME
DESCRIPTION





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.2 ms