Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can we use twice AND operator in single query?
sql
where
1 Vote
9 Answers
29th Sep 2015, 6:59 PM
Sukriti Kumari Mishra
i can't understand this operator in javascript yet %
javascript
math
operators
0 Votes
6 Answers
4th Oct 2020, 1:46 PM
Youssef Ashraf
How to use operator to define array-slicing in C++ ?
c++
2 Votes
7 Answers
24th Sep 2022, 4:52 AM
Ali_combination
What does this modulo operator actually do?
numeric-operations
python
0 Votes
4 Answers
18th Jul 2016, 7:33 AM
Kajal Piwal
% operator is used for what actually???
numeric-operations
-2 Votes
3 Answers
25th Oct 2019, 10:24 AM
praatek
How to make something that's equivalent to the and operator but without using and itself?
python
python3
2 Votes
24 Answers
15th Feb 2022, 6:45 PM
newlyrefocused
what are the different context of != and not operator in real life problems
boolean-logic
0 Votes
3 Answers
14th Apr 2019, 8:53 PM
clovert
Is the Double NOT Operator is just the same with Boolean()?
javascript
5 Votes
3 Answers
24th Jun 2019, 6:07 AM
Nootnoot
How this operator " | " works in python
python
3 Votes
3 Answers
5th Jun 2019, 3:14 PM
SOUMYA
What is operator overloading& where it is use?
c++
operator-overloading
1 Vote
5 Answers
23rd Aug 2018, 5:06 AM
Samrat✌✌
In Python, In Operator Precedence between 'and' 'or' and 'not'
operator-precedence
5 Votes
2 Answers
19th May 2018, 3:11 PM
Om Shejul
What does this scope resolution operator depict?
cpp
enums
structures
templates
1 Vote
2 Answers
4th Nov 2020, 7:09 AM
Harshit Nema
How counts the operator sizeof(type) the size of a class?
c
sizeof
6 Votes
4 Answers
28th Nov 2018, 3:49 AM
Petros Simidyan
I dont understand how the modulo operator on Python works can someone help
%
5 Votes
4 Answers
20th May 2018, 7:03 PM
Joseph Asukera
Why does, using the '*=' or '/=' operator with the print function result in a syntax error in python?
*=
/=
operators
python
syntax-error
21 Votes
28 Answers
6th Apr 2019, 2:17 AM
Lord Krishna
actual meaning of scope resolution operator
c++
0 Votes
2 Answers
15th Aug 2016, 8:17 PM
Bishal Nath
WAP to overload + operator for add two no.
c++
0 Votes
6 Answers
15th Jun 2020, 3:57 PM
unnati priya
Why is the boolean operator not working here?
boolean-logic
booleans
css
jquery
js
2 Votes
2 Answers
20th Jul 2020, 7:34 AM
Pavel Durov
could smbd explane me what "%" operator do?
operators
ruby
1 Vote
5 Answers
25th Feb 2018, 2:51 PM
ledenec
How % operator behaves in "c" and "python"
c
python
3 Votes
4 Answers
26th Nov 2017, 10:29 AM
sai chander
What is the true function of the operator (===)?
operators
1 Vote
9 Answers
2nd Mar 2017, 2:30 PM
AsheEvelineRose
TILDE ~ OPERATOR OVERLOADING(find transpose of matrix)
cpp
operator
operator-overloading
tildeoperator
0 Votes
2 Answers
24th Sep 2021, 3:14 PM
WaseEm BhatTi
What does ^ operator do in c++?
c++
0 Votes
4 Answers
1st Apr 2017, 1:04 PM
suyash ajmera
C++ objects and the dot operator
c++
0 Votes
1 Answer
18th Mar 2019, 8:42 PM
J3fro C
Increment operator used in a while loop's condition
c++
increment
loop
while
0 Votes
4 Answers
23rd Jul 2020, 10:20 AM
Solus
Why conditional (Ternary) Operator not working in code bit
javascript
2 Votes
4 Answers
7th Mar 2020, 2:20 AM
Dipanshu Sahu
45-20+(10?5)%5*3=25 what is the operator in the place of “?” mark?
py
python
2 Votes
6 Answers
30th Apr 2023, 3:49 AM
Lakshmi
would somebody like to explain how modulo(%) operator works -7%3 = 1, 7%-3 = -2 , negative numbers?
%
operator
4 Votes
5 Answers
3rd May 2019, 12:10 AM
ishwar
What is the use of "sizeof()" operator in c++
c++
sizeof()
1 Vote
4 Answers
20th Nov 2020, 4:02 AM
米希尔
What is the function of this comparison operator '===' in ruby?
ruby
16 Votes
2 Answers
6th Oct 2019, 9:20 PM
Debbie
Explain the operator precedences (especially Associativity)
java
operator_precedence
operators
0 Votes
1 Answer
28th Jan 2021, 4:31 AM
I M J
[solved ] Explain converse implication operator in python
operators
python
2 Votes
1 Answer
12th Nov 2020, 5:20 PM
Ratnapal Shende
In Relation operator if with write (a<=b) or (a=>b) this statement what gives output or error?
c
c++
java
8 Votes
17 Answers
31st Jan 2019, 2:48 AM
Gayatri Dunakhe
how xor(^) operator works here? pls explain.....
python
0 Votes
2 Answers
10th May 2018, 6:57 AM
Tincture
How is this operator += works in c++??
c++
loops
1 Vote
5 Answers
22nd Sep 2017, 1:00 PM
Md. Amin Kaiser
How to use % modulus operator in JavaScript?
javascript
modulus
operator
1 Vote
3 Answers
2nd Jun 2019, 8:31 AM
Rebecca.S.Mathews
how to merge two string with operator overloading?
c++
code
1 Vote
5 Answers
16th Aug 2017, 4:39 AM
Harsh Arya
How can I convert string '+' to operator + in python?
operators
python
1 Vote
6 Answers
30th Oct 2020, 6:13 AM
KOUSHIK L
Help me! I don't understand this operator in Python
operators
python
python3
5 Votes
5 Answers
18th Feb 2017, 4:47 PM
Ivan Truenow
How is a scope resolution operator '::' used specifically?
c++
6 Votes
1 Answer
26th Feb 2019, 9:22 PM
david chongo
Why Conditional Operator Is Not Working? | JS
javascript
-1 Vote
4 Answers
4th Jul 2020, 7:42 PM
Himanshu Rai
Difference between bitwise & , boolean operator AND in python
operator-precedence
2 Votes
2 Answers
17th Apr 2018, 6:28 PM
sweta t
What are operator functions in C++?
c++
functions
operator
operator-overloading
0 Votes
2 Answers
3rd Feb 2017, 7:56 AM
Srikanth Srinivasan
What is % operator in java?
java
0 Votes
2 Answers
6th Feb 2017, 6:02 AM
dorson joseph
How can i add 2 queues with operator overloading?
c++
operator-overloading
queue
0 Votes
5 Answers
26th Mar 2022, 10:22 PM
Chironex
Here a is variable : Purpose of a++ operator ?
question
-1 Vote
8 Answers
8th Sep 2020, 2:42 PM
born2code
How do we use the not ! operator
logical-operators
0 Votes
2 Answers
21st Jan 2020, 12:57 PM
John Daniel
Operator Precedence Ruby evaluates a mathematical expression using an order of operations that is based on operator precedence.
operators
ruby
2 Votes
3 Answers
24th Oct 2016, 5:23 AM
EMMANUEL NUOTAH TUONUO DERY
[ANSWERED] Overloading the << operator for conducting checks before output to STDOUT
c++
winapi
5 Votes
2 Answers
15th Jul 2018, 9:20 AM
Solo Wanderer 4315
Why equal sign is called assignment operator rather than equal operator so what we say to this (x=y) x assign to y.
variables
0 Votes
8 Answers
23rd Mar 2019, 10:40 AM
Vishal Yadav
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
11
12
13
...
25
Next >
Hot today
What's wrong in my code?
4 Votes
App Development
1 Votes
what languages should I learn to learn python
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Is python better than javascript?
1 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes
Russian
0 Votes