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
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
Why does (1 in [1,0] == True) evaluate to False?
Aug 15, 2022
python
syntax
operator-precedence
Is short-circuiting logical operators mandated? And evaluation order?
Aug 15, 2022
c++
c
logical-operators
short-circuiting
operator-precedence
SQL Logic Operator Precedence: And and Or
Aug 14, 2022
sql
logical-operators
operator-precedence
Why is x == (x = y) not the same as (x = y) == x?
Aug 28, 2022
java
variable-assignment
equality
operator-precedence
jls
Post-increment and pre-increment within a 'for' loop produce same output [duplicate]
Aug 14, 2022
c++
c
for-loop
operator-precedence
'AND' vs '&&' as operator
Feb 24, 2022
php
operators
operator-precedence
Why does "not(True) in [False, True]" return False?
Aug 13, 2022
python
operator-precedence
comparison-operators
« Newer Entries
Older Entries »