Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Operator Overloading
c++
operator-overloading
1 Vote
1 Answer
3rd Aug 2016, 3:44 AM
Bryan Aguilar
Why is there sometimes the & operator inside the parameters of a function?
c++
0 Votes
4 Answers
31st Jul 2016, 1:28 PM
jigoku_tenshi
is there a difference between selection ( . ) operator and -> ?
c++
operators
1 Vote
2 Answers
25th Jul 2016, 2:33 AM
Cristi
What is the module operator (x%y)?
c++
0 Votes
5 Answers
21st Jul 2016, 1:05 PM
smr
Does it matter if the operator is public or private?
c#
operator-overloading
2 Votes
5 Answers
19th Jul 2016, 5:56 AM
Binoman
What if we just use // this operator and no % for any operation? Would it effect the calculation??
numeric-operations
python
0 Votes
3 Answers
18th Jul 2016, 3:58 PM
Sourav Kumar
Bug in the code snippet - operator overloading, second question.
c++
operator-overloading
0 Votes
4 Answers
18th Jul 2016, 12:45 PM
Svilen Pavlov
What does this modulo operator actually do?
numeric-operations
python
0 Votes
4 Answers
18th Jul 2016, 7:33 AM
Kajal Piwal
What is the difference between module operator (//) and normal division (/).
numeric-operations
python
2 Votes
2 Answers
17th Jul 2016, 5:55 AM
Sarath Manoj
what's wrong in calling list.len() rather len(list) .?? why python defined len() just as a normal method unlike those with dot operator ?
lists
python
0 Votes
2 Answers
13th Jul 2016, 11:59 AM
Subhankar Paul
what is the basic use of scope resolution operator
c++
0 Votes
4 Answers
11th Jul 2016, 1:01 AM
Navneet
what does double semicolon operator (::) do?
c++
classes
1 Vote
4 Answers
10th Jul 2016, 8:31 AM
Kadamati Rituraj
Shall we add && operator as many as we can?
c++
operators
0 Votes
3 Answers
4th Jul 2016, 5:47 PM
Mohamed Ashik
Modulus or remainder operator problem
c#
operators
1 Vote
3 Answers
3rd Jul 2016, 2:50 AM
MrSuperTebby
what is type cast operator
c++
0 Votes
2 Answers
1st Jul 2016, 1:04 PM
happy
fill in the missing operator to decrease the value of x by one
c#
operators
0 Votes
5 Answers
27th Jun 2016, 11:13 PM
Deel John
how the modulous operator work i.e '%' ?
c++
operators
2 Votes
3 Answers
27th Jun 2016, 10:12 AM
DEATH WALKER
Fill in the blanks to overload the greater than operator for the Box class. public static ____ operator __(Box a,Box b) { if (a.Height*a. Width > b.Height*b.Width) ______ true; else return false; } The blank space for "Box" have 4 char spaces, it wont let me pass!
c#
operator-overloading
8 Votes
22 Answers
27th Jun 2016, 9:49 AM
William
operator overloading
c++
0 Votes
1 Answer
27th Jun 2016, 6:18 AM
Nikhil Mishra
What for >>> operator is used in java?
java
operators
2 Votes
2 Answers
24th Jun 2016, 9:02 AM
Sarthak
How to add multiple OR(||) and AND(&&) operator in if... Else statement?
c#
3 Votes
8 Answers
17th Jun 2016, 6:37 PM
Ajay Mangaj
I don't understan this operator %= why the result is 3 for this expression? int x = 15; int y = 6; Console.WritLine(x %= y);//output 3
c#
0 Votes
9 Answers
15th Jun 2016, 5:53 PM
Tommaso
% I dont understand what this arithmetic operator is doing
c#
java
0 Votes
3 Answers
14th Jun 2016, 4:59 PM
Teofil Shterev
Can we have more than two values for the conditional(ternary) operator
javascript
operators
0 Votes
4 Answers
14th Jun 2016, 11:08 AM
Ozii
Ok. In these lessons there is one thing I couldn't understand. What's the point about operator overloaded and why are they useful?
c++
0 Votes
2 Answers
13th Jun 2016, 6:06 AM
Andrei Cîrpici
the + operator some times it does nt add the numbers instead it concat those 2 numbers?
javascript
operators
0 Votes
3 Answers
12th Jun 2016, 2:34 AM
Avdhoot yadav
Why we should use the &obj specification for declaration of the operator function?let's use the myObj*
c++
operator-overloading
0 Votes
1 Answer
16th Feb 2016, 12:53 PM
Emanuel Lozitsky
using BETWEEN and >= AND <= are the same right? the BETWEEN operator includes the values listed and everything between them, yes?
sql
where
-1 Vote
3 Answers
1st Feb 2016, 3:09 PM
andre paige
I don't believe I understand the modulus operator very well.
c++
operators
1 Vote
6 Answers
15th Jan 2016, 4:13 AM
Sandra Pérez
Why should we use '&&' and '||' operator while they works same as 'and' and 'or'? Someone please explain
operators
php
4 Votes
11 Answers
14th Dec 2015, 2:18 AM
The Most Mysterious
Can we use twice AND operator in single query?
sql
where
1 Vote
9 Answers
29th Sep 2015, 6:59 PM
Sukriti Kumari Mishra
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
24
25
Next >
Hot today
Is this realistic enough?
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Need friends
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
Web Development
0 Votes
Can someone please explain python for me
0 Votes