Search code examples
Ternary conditional operator without the middle expression...

c++gccclangconditional-operatorelvis-operator

Read More
Why does std::istringstream appear to resolve differently to std::ifstream in the ternary (?:) opera...

c++conditional-operatorc++03

Read More
Incompatible operand types when using ternary conditional operator...

c++conditional-operator

Read More
Short circuiting statement evaluation -- is this guaranteed? [C#]...

c#conditional-operatorlogical-operatorsshort-circuiting

Read More
Ternary operator logic not working for boolean, evaluating to false when it's not false...

reactjsconditional-operatorternary

Read More
Conditional/ternary operator for assignments in Python?...

pythoncconditional-operatorlanguage-features

Read More
What is the Java ?: operator called and what does it do?...

javasyntaxternary-operatorconditional-operator

Read More
Condition operator, doesn't react on condition changes, I guess...

javascriptreactjsdefault-valueconditional-operator

Read More
Typescript is complaining about ternary operator...

reactjstypescriptconditional-operator

Read More
Multiple conditions...

rif-statementconditional-operator

Read More
SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? : ...

pythonsyntax-errorconditional-operator

Read More
JavaScript shorthand if statement, without the else portion...

javascriptif-statementconditional-operatorshorthand

Read More
R mutate across defined variables and change values based on another column...

rconditional-operatormutate

Read More
otree: ask a question depending on the answer to a previous question (on the same page)...

javascriptconditional-operatorotree

Read More
Should the expression x && (~x) return 1 or 0? And does it depend on the compiler?...

cbitwise-operatorsconditional-operator

Read More
Getting unexpected results when using macros with arguments...

cmacrosswapconditional-operatorpreprocessor-directive

Read More
What is OpenCL's select operator useful for?...

openclsimdgpgpuconditional-operator

Read More
Simulate ternary operator in Elixir...

elixirconditional-operator

Read More
Can unexecuted branches of a conditional operator cause undefined behavior at compile-time?...

clanguage-lawyerconditional-operatorcompile-timecompile-time-constant

Read More
Why can GCC not handle compile-time evaluation of compound literal in a ternary with sizeof as a con...

cgccconditional-operatorcompile-timecompound-literals

Read More
Execution of Assigning value and Logical AND and Ternary operator...

javascriptconditional-operatoroperator-precedence

Read More
C - ternary operator in initialization statement of a for-loop...

cconditional-operatorvariable-initialization

Read More
Conditional operator error "Only assignment, call, increment, decrement, await, and new object ...

c#compiler-errorsexpressionconditional-operator

Read More
Why does my c program not print my error message after a condition is true in my if statement?...

cif-statementconditional-statementsprintfconditional-operator

Read More
Alternative for ternary operator in the case a ? a : b without repetition...

javascriptjsxexpressionconditional-operator

Read More
ANTLR accepting special characters like . (dot) and , (comma) in identifier or expression...

javaparsingantlrlogical-operatorsconditional-operator

Read More
How to use ? question mark in for loop in C?...

cfor-loopconditional-operator

Read More
Why can a braced-init-list not be used as an expression in a conditional operator?...

c++c++11visual-c++initializationconditional-operator

Read More
C++20 return a tuple in ternary statement...

c++c++20conditional-operatorternarystdtuple

Read More
How to switch applying a property binding using ternary operator in Expression Binding?...

data-bindingexpressionsapui5conditional-operator

Read More
BackNext