Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in operator-precedence
Why is there a difference between `0--3//2` and `--3//2`?
Aug 26, 2022
python
operator-precedence
Why does the expression (true == true == true) produce a syntax error?
Sep 05, 2022
ruby
syntax-error
operators
operator-precedence
associativity
Why is $a + ++$a == 2?
Aug 26, 2022
php
math
operator-precedence
Why does Python return [15] for [0xfor x in (1, 2, 3)]? [duplicate]
Aug 30, 2022
python
python-3.x
operator-precedence
short-circuiting
Post-increment on a dereferenced pointer?
Aug 26, 2022
c
pointers
operator-precedence
In Java, what are the boolean "order of operations"?
Aug 24, 2022
java
logic
boolean
evaluation
operator-precedence
Order of execution of parameters guarantees in Java?
Aug 25, 2022
java
operator-precedence
specifications
jls
C# conditional AND (&&) OR (||) precedence
Nov 18, 2022
c#
conditional
conditional-operator
operator-precedence
associativity
Different behaviour of comma operator in C++ with return?
Aug 17, 2022
c++
return
language-lawyer
operator-precedence
comma-operator
What are the rules for evaluation order in Java?
Aug 17, 2022
java
operator-precedence
In what order does a C# for each loop iterate over a List<T>?
Aug 17, 2022
c#
foreach
operator-precedence
Does this code from "The C++ Programming Language" 4th edition section 36.3.6 have well-defined behavior?
Jun 27, 2021
c++
c++11
language-lawyer
operator-precedence
unspecified-behavior
Precedence and bitmask operations
Aug 17, 2022
php
bit-manipulation
bitwise-operators
operator-precedence
What are the evaluation order guarantees introduced by C++17?
Aug 16, 2022
c++
c++17
operator-precedence
A strange operation problem in SQL Server: -100/-100*10 = 0
Sep 10, 2022
sql
sql-server
tsql
operator-precedence
C++ execution order in method chaining
Aug 16, 2022
c++
chaining
operator-precedence
Operator precedence with Javascript Ternary operator
Aug 16, 2022
javascript
variable-assignment
conditional-operator
operator-precedence
compound-assignment
Why in Python does "0, 0 == (0, 0)" equal "(0, False)"?
Aug 16, 2022
python
tuples
operator-precedence
Why does the ternary operator with commas evaluate only one expression in the true case?
Dec 14, 2021
c++
language-lawyer
operator-precedence
conditional-operator
Enforcing statement order in C++
Aug 15, 2022
c++
c++11
operator-precedence
« Newer Entries
Older Entries »