2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{{wikipedia|Operators in C and C++}}
|
||||
|
||||
Provide a list of [[wp:order of operations|precedence]] and [[wp:operator associativity|associativity]] of all the operators and constructs that the language utilizes in descending order of precedence such that an operator which is listed on some row will be evaluated prior to any operator that is listed on a row further below it. Operators that are in the same cell (there may be several rows of operators listed in a cell) are evaluated with the same level of precedence, in the given direction.
|
||||
Stating whether arguments are passed by value or by reference
|
||||
|
||||
;Task:
|
||||
Provide a list of [[wp:order of operations|precedence]] and [[wp:operator associativity|associativity]] of all the operators and constructs that the language utilizes in descending order of precedence such that an operator which is listed on some row will be evaluated prior to any operator that is listed on a row further below it.
|
||||
|
||||
Operators that are in the same cell (there may be several rows of operators listed in a cell) are evaluated with the same level of precedence, in the given direction.
|
||||
|
||||
State whether arguments are passed by value or by reference.
|
||||
<br><br>
|
||||
|
|
|
|||
3
Task/Operator-precedence/00META.yaml
Normal file
3
Task/Operator-precedence/00META.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
category:
|
||||
- Simple
|
||||
Loading…
Add table
Add a link
Reference in a new issue