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 operators
In Java, i++ is unary operator or arithmetic operator?
Mar 30, 2026
java
operators
post-increment
unary-operator
Is there an inline operator that only does something if the value is true?
Mar 30, 2026
javascript
operators
Powershell if -eq and -ieq are case in-sensitive and serves same purpose or -ieq needs to be used in specific scenario?
Mar 27, 2026
powershell
operators
case-sensitive
Why doesn't this ?: operator return null?
Mar 29, 2026
c#
null
operators
conditional-statements
Perl Flip Flop operator and line numbers
Mar 28, 2026
perl
operators
flip-flop
PHP, Shorthand, If..Else using Ternary Operators
Mar 27, 2026
php
operators
ternary
double dash before a variable in C++
Mar 28, 2026
c++
operators
Does C use short circuit evaluation even when arguments are function calls?
Mar 25, 2026
c
operators
logical-operators
<< operator vs. overloaded + operator for strings in C++
Mar 25, 2026
c++
performance
operators
Should I use != or == first when implementing an if else for comparison
Mar 24, 2026
java
android
if-statement
operators
Semantics of = and !=
Mar 24, 2026
operators
xquery
When should I use the IN operator instead of multiple OR operators in MySQL?
Mar 23, 2026
mysql
performance
operators
What is difference between F = (9/5 * C) + 32 and F = (C *9/5) + 32 ? Precedence? [duplicate]
Mar 21, 2026
c
operators
operator-precedence
What does the << C++ operator do, other than shifting?
Mar 21, 2026
c++
operators
What can go wrong if you replace && with & in the following code
Mar 20, 2026
java
syntax
null
operators
Does Clojure have an operator similar to Haskell's Dollar Symbol?
Mar 20, 2026
haskell
clojure
functional-programming
operators
How does istream::operator>>( const char& ) as no such function is implemented?
Mar 15, 2026
c++
operators
istream
Everything in Python is an object, why operators are not?
Mar 15, 2026
python
operators
Assigning to postfix-incremented pointers
Mar 15, 2026
c++
arrays
pointers
operators
rvalue
Converting Strings to Ints
Mar 11, 2026
c#
string
operators
int
Older Entries »