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 ternary-operator
C/C++ How does compiler separate tokens according to operator's precedence and associativity?
Mar 06, 2026
c++
c
compiler-construction
ternary-operator
operator-precedence
Ternary operator not working with reference variables in PHP [closed]
Mar 04, 2026
php
variables
reference
ternary-operator
PHP 5.3.3 puzzle, what it prints and why
Mar 04, 2026
php
puzzle
ternary-operator
C++ Ternary operator logic
Mar 02, 2026
c++
ternary-operator
JavaScript: When the `condition` portion of a `ternary` or `if` statement does not include `===` or `>=`
Mar 02, 2026
javascript
if-statement
ternary-operator
Bug?? If you assign a value to a nullable integer via a ternary operator, it can't become null
Mar 01, 2026
vb.net
nullable
ternary-operator
Java ternary operator (?:) doesn't work; second or third operand return boolean
Mar 01, 2026
java
ternary-operator
When is ternary operator worse than simple if-else block? [closed]
Feb 28, 2026
operators
block
if-statement
ternary-operator
Ternary Operator in LINQ Where clause for nullable bool column
Feb 23, 2026
c#
linq
where-clause
ternary-operator
i % 2 == 0 ? arr[i] = 0 : arr[i] = 1; Ternary operator error
Feb 14, 2026
c
arrays
ternary-operator
lvalue
Why do I get a syntax error using the ternary operator?
Feb 08, 2026
ruby
ternary-operator
Why does this "and-or" ternary expression syntax work?
Feb 09, 2026
python
ternary-operator
Is it possible to make multiple assignments using a conditional expression?
Feb 07, 2026
python
ternary-operator
conditional-operator
C# initialize var depending on ternary condition [duplicate]
Feb 07, 2026
c#
ternary-operator
Uniform initialization with ternary operator return from function
Feb 06, 2026
c++
c++11
ternary-operator
uniform-initialization
What is this called: myVar = value1 or value2
Feb 04, 2026
python
ternary-operator
How does Java decide the type of a ternary conditional operator expression?
Jan 30, 2026
java
ternary-operator
Java 8 ifPresent vs ternary operator
Jan 27, 2026
java
java-8
option-type
ternary-operator
JavaScript ternary operator into full if/else statement issue
Jan 22, 2026
javascript
jquery
if-statement
ternary-operator
Ruby ternary condition seems to be ignored when not inside parens?
Jan 01, 2026
ruby-on-rails
ruby
if-statement
ternary-operator
Older Entries »