Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
What does the operator << in python do?
python
0 głosów
2 odpowiedzi
18th Sep 2017, 4:54 AM
Raz Dobkies
Why modules operator cannot be applied on a float?
output
0 głosów
2 odpowiedzi
17th Dec 2018, 1:32 PM
Piyush _*
Can we instantiate with out using new operator ,if yes than how?
core_java
java
2 głosów
4 odpowiedzi
6th Jan 2020, 12:48 PM
Prathvi
What is the practical use of bitwise operator or operations in python?
bitwiseoperator
python
0 głosów
6 odpowiedzi
9th Oct 2020, 4:41 PM
VINIT SHARMA
Is increment operator used to increment a number by one??
operators
0 głosów
3 odpowiedzi
16th Aug 2019, 2:55 PM
D Nachiketh
Why Java doesn't support Multiple inheritance, tuple, and operator overloading.
inheritance
java
operator-overloading
tuple
0 głosów
5 odpowiedzi
13th May 2017, 9:11 PM
Hamza Ahmed Khan
What is the keyword for overloading an operator in C++?
c++
-6 głosów
4 odpowiedzi
3rd Feb 2021, 6:18 AM
HENDRA WIJAYA ANJAS HARIANJA
What does the & operator do as part of a condition?
c++
for
if
2 głosów
2 odpowiedzi
2nd Aug 2020, 12:53 AM
Solus
Can anyone tell me what bitwise operator in java
bitwise
2 głosów
2 odpowiedzi
14th Jul 2017, 12:17 PM
Izzan Hafian
How to any increment and decrement operator using loop statement
c#
1 Głos
4 odpowiedzi
7th Mar 2018, 9:39 AM
Sathish Kumar V
Explain the OUTPUT ?
arithmetic
c++
operator
18 głosów
3 odpowiedzi
20th Nov 2019, 10:35 AM
ROHIT KANOJIYA
What is the use of ^ in this code and how it works?
operator
python
0 głosów
3 odpowiedzi
3rd Oct 2022, 11:23 AM
Shantanu
how can i master the classes and operator overloading in c++
c++
1 Głos
6 odpowiedzi
15th Dec 2017, 8:52 PM
Narjess
Why Java does not support the use of operator overloading?
java
operator
overloading
2 głosów
3 odpowiedzi
4th Nov 2017, 5:18 PM
Bishnu Chetri
What’s the result of using a modulus operator for 38%5?
ioejriotuiof
1 Głos
3 odpowiedzi
18th Dec 2020, 9:15 AM
jabran khan
# operator in c++ is replacable or not
c++
0 głosów
2 odpowiedzi
31st Dec 2017, 1:35 PM
Debarchan Tripathy
How to perform Bitwise AND operator with Negative Numbers in C language ?
binarynumber
bitwiseand
c
clanguage
cprogramming
logic
operators
3 głosów
4 odpowiedzi
14th Sep 2019, 6:23 PM
Prince
What is the diiference between && and // operator ?
java
operators
1 Głos
4 odpowiedzi
3rd Aug 2016, 8:48 AM
Anantha Padmanabhan B
How to overload ++ operator postfix and Prefix in c#
c#
operator-overloading
1 Głos
1 Odpowiedź
7th Mar 2020, 1:40 PM
Ahmed Kareem Ebraheem
1.why the "<<" operator overloading should be a frinend function of the class 2. why "&" is used while decaring the operator
c++
operator-overloading
output_stream_operator_o
0 głosów
3 odpowiedzi
18th Nov 2018, 6:15 AM
D7d77d7d77
!== operator in js. How to rightly use?
!==
operators
0 głosów
1 Odpowiedź
2nd Aug 2018, 1:45 AM
Глеб Караман
Difference between == operator and .equals() method ?
java
0 głosów
2 odpowiedzi
14th Jan 2017, 1:05 PM
uday chafale
Can anyone tell me how shift operator works in java
java
operators
2 głosów
1 Odpowiedź
30th Oct 2022, 8:45 AM
♡GDY♡
Could anyone explain how is and is not operator works in python?
operators
python3
3 głosów
3 odpowiedzi
11th Jun 2019, 5:10 AM
Dipra Irham
Getting error saying: operator '==' cannot be applied to type string or char
c#
0 głosów
11 odpowiedzi
11th Jan 2017, 2:43 PM
Henry Smallio
Please explain about precedence of operators.
c
java
operator
2 głosów
4 odpowiedzi
19th Aug 2019, 1:08 PM
Khushi Puri
Why modulus (%) operator gives different result in compiler and calculator ?
c++_operators
modulus_operator
operators
6 głosów
4 odpowiedzi
1st May 2017, 4:43 PM
Waqas Ahmed
Can explain about NOT(!) Logical operator with example?
java
operators
0 głosów
2 odpowiedzi
24th Dec 2016, 3:25 AM
Madhuvarma
how subtraction two number, without use minus operator (-)?
c#
2 głosów
1 Odpowiedź
20th Feb 2017, 10:28 PM
Mohammad Sahrayi
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 głosów
22 odpowiedzi
27th Jun 2016, 9:49 AM
William
Can we say conditional operators of JavaScript is similar to that of if operator in python?
operators
6 głosów
3 odpowiedzi
2nd Sep 2019, 2:12 AM
Avinash
What is the keyword for overloading an operator in C++?
r
0 głosów
2 odpowiedzi
29th Aug 2021, 5:32 PM
Mohmed Kamal
I don't understand the floor division and the module operator
questions
0 głosów
2 odpowiedzi
14th Mar 2020, 7:23 PM
Maduanusi Victor
How to overload the greater than operator for box class?
operator-overloading
1 Głos
1 Odpowiedź
14th Dec 2018, 8:54 PM
Rifkin Rollins
Which operator is used to create an object instance?
java
1 Głos
2 odpowiedzi
9th Apr 2017, 6:24 AM
amit
Anyone could plz explain me the exclusive or operator in java ..
bitwise
exclusive
java
operators
or
4 głosów
4 odpowiedzi
3rd Apr 2017, 3:19 PM
Dolu
Guys where do you use "Where" operator in programming generally? In Swift
swift
1 Głos
4 odpowiedzi
7th Sep 2020, 12:09 PM
Sreenesh
The questions in php section involving the use of "&" operator . Shouldn't they be removed ?
challenges
obsolete
php
quiz
11 głosów
19 odpowiedzi
18th Nov 2017, 10:45 AM
Kash
Guys what is the purpose of scope resolution operator in c++?
c++
5 głosów
2 odpowiedzi
11th Jul 2017, 2:18 AM
MANOJ KUMAR
Which is the only overloaded operator in java ?
java
operators
overloading
1 Głos
2 odpowiedzi
18th Jan 2017, 6:42 AM
harshal jain
can you explain the floor division and modulo operator
input
output
python
-1 Głos
2 odpowiedzi
25th Mar 2020, 9:27 AM
Henry Punnoose
Can any body explain me condional operator in any program
operators
1 Głos
2 odpowiedzi
25th Dec 2018, 8:53 AM
mahanuma
Bug in the code snippet - operator overloading, second question.
c++
operator-overloading
0 głosów
4 odpowiedzi
18th Jul 2016, 12:45 PM
Svilen Pavlov
How friend works in a struct (for ostream operator <<)? c++
>>
c++
friend
operator
ostream
overloading
struct
1 Głos
2 odpowiedzi
19th Feb 2021, 3:21 AM
Eduardo Perez Regin
I want to build a multi operator calculator in java
calculator
java
0 głosów
2 odpowiedzi
17th Sep 2019, 11:37 AM
Raji Faruq Adeola
how to call a overloaded operator in c++?
c++
operator-overloading
1 Głos
1 Odpowiedź
8th Feb 2017, 5:11 PM
MARRI ESWAR REDDY
Can any one give simple comparison operator example
c++
comparison
operators
0 głosów
1 Odpowiedź
19th Apr 2017, 2:43 PM
Mishra Shiva
What is the working of "|" operator in python..
c++
java
python
1 Głos
2 odpowiedzi
6th Feb 2017, 5:53 PM
Avrl Sngh
What is the code in python simple calculator to perform exponent operator
hajaj
0 głosów
3 odpowiedzi
3rd Oct 2020, 1:31 PM
Sandhya Rani
can we use more than one AND operator in the program??
java
operators
1 Głos
2 odpowiedzi
6th Nov 2018, 5:02 AM
Archit Yadav
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
15
16
17
...
25
Dalej >
Popularne dzisiaj
How to use the get() method
3 Votes
How to get account back?
1 Votes
why is this platform infested with web devs
3 Votes
So this what I'm trying to solve
2 Votes
PHP Tutorial Idea
1 Votes
Use Python for string manipulation and sorting.
1 Votes
So how do I create python file and be able to code in it?
0 Votes
How to open the test cases on sololearn I tried so many times with the correct code
0 Votes
Gimme some advice
0 Votes
can anybody tell me a trick to earn followers
0 Votes