Courses
Log in
Start Learning AI
Courses
Log in
Start Learning AI
Q&A Discussions
Search
Search
Ask a question
Ask a question
Unary
2 Votes
1 Answer
12th Feb 2018, 2:35 AM
dhanasekar k
Unary operator!!!?!?
java,c++,android
1 Vote
1 Answer
6th Jun 2018, 11:10 AM
Ferdous Rayhan
Unary Evaluation in JavaScript
javascript
3 Votes
3 Answers
7th Jan 2021, 8:32 AM
Cyber Nate 👨🏻💻
What is unary +?
operator-precedence
python
2 Votes
3 Answers
3rd Jul 2016, 7:56 AM
sourav h
What are unary operators?
operators
3 Votes
2 Answers
31st Dec 2016, 10:51 AM
B Shardiya
[solved] Python Unary * and **
magic-methods
methods
operator-overloading
operators
python
1 Vote
11 Answers
21st Feb 2021, 5:47 AM
#0009e7 [get]
What is unary +operator?
operator-precedence
0 Votes
2 Answers
8th Mar 2019, 5:22 AM
Arvind Dige
How unary operator works?
c++
1 Vote
2 Answers
22nd Sep 2017, 1:35 AM
Surenthiran Ra
What is unary operator overloading?
operator-overloading
1 Vote
4 Answers
23rd Jun 2018, 6:06 AM
jose kamau
what is unary operator in java
unary
10 Votes
3 Answers
31st May 2017, 9:47 AM
ABADA S
Working with unary minus op.
java
opertators
unary
3 Votes
2 Answers
26th Nov 2017, 10:56 AM
D_Stark
Difference between unary and binary operator?
programming
python
1 Vote
2 Answers
15th Nov 2019, 4:44 PM
Nig
What is this bitwise and unary ?
operator-precedence
8 Votes
2 Answers
10th Aug 2019, 5:53 AM
🌟 𝕽𝖆𝖞𝖆𝖓𝖆🌠
What are the unary operators in c?
c
7 Votes
3 Answers
25th Jan 2019, 6:21 PM
Zhenis Otarbay
diff between unary and binary operator
and
between
binary
c++
diff
operators
unary
4 Votes
2 Answers
18th Sep 2016, 12:04 PM
Ajay Gadiyar
What is Unary binary and trynary
php
1 Vote
3 Answers
22nd Oct 2019, 5:07 AM
vishal jenny
Explain difference between unary and binary operator?
c++
2 Votes
2 Answers
4th Jun 2020, 10:47 AM
Tushar Vasave
What are the unary operators in Java?
java
operators
1 Vote
3 Answers
9th Mar 2017, 5:15 PM
Pradipta Roy
Shouldn't unary operators have the highest precedence?
#operators
#python
0 Votes
2 Answers
2nd Jul 2020, 6:01 AM
Dipesh Das
PYTHON: TypeError: bad operand type for unary +: 'str'
beginner
coding
error
game
help
python
text-based
0 Votes
3 Answers
22nd Feb 2020, 6:08 PM
Cillian
What is unary and binary and what is operands ?
!
&&
javascript
1 Vote
5 Answers
1st Nov 2020, 8:51 AM
The Pro Gamer
Getting the TypeError: bad operand type for unary +: ‘str’
typeerror
2 Votes
4 Answers
6th Nov 2021, 2:19 PM
Caitlin Cook
What is the difference between unary operator and function?
c
input
output
0 Votes
2 Answers
25th Dec 2019, 10:51 AM
Harshit Nema
why there is minus(-) in unary operator but not plus(+)..??
operators
unary
0 Votes
3 Answers
16th Jul 2020, 7:44 AM
Maviya
What are unary operator and binary operator overloading?
cpp
0 Votes
1 Answer
26th Jul 2017, 1:02 PM
Sai Yerni Akhil
What is the difference between unary operator and binary operator?
operators
0 Votes
4 Answers
1st Mar 2017, 2:15 AM
meet
Which has highest precedence pointer indirection(*) or other unary operators...???
c
1 Vote
2 Answers
15th Jun 2018, 10:43 AM
Dhanaraj S
Creat a program to demonstrate the use of Unary operators.
booleans
1 Vote
1 Answer
21st Sep 2018, 11:08 AM
Manya
What is the property of unary plus and minus operators in python?
operator-precedence
operators
python3
5 Votes
1 Answer
25th Aug 2019, 2:43 PM
Byk
Why do we learn those complicated equations of unary operators when studying Java?
java
math
0 Votes
6 Answers
22nd Sep 2020, 4:40 AM
DerAviator
unary operators : If float x; then x=sizeof(double) then why out is 0
operands
unary
0 Votes
5 Answers
29th Mar 2020, 3:33 PM
Ankit Patil
How many argument pass during declaration of member function in unary operator
c++
0 Votes
3 Answers
20th Apr 2018, 4:58 AM
Ashumendra Pratap Singh
if minus is used in unary operand so how ot can used as binary operand?
programming
0 Votes
5 Answers
17th Jul 2020, 2:38 PM
Maviya
Hello guys need your help in unary operators in c language while using increment and decrement operators.
c
c++
operators
unary
4 Votes
6 Answers
23rd Jun 2017, 2:12 PM
Mohit Sharma
Output
operator
unary
0 Votes
3 Answers
13th Apr 2020, 5:02 PM
Kamalluddeen Usman
What will be the output of this code and how? please explain this code.
operator
unary
unaryoperator
5 Votes
5 Answers
28th Jan 2018, 5:05 PM
vishal ranjan
How do we write a program to illustrate constructors and destructors by passing unary and binary operators?
c++
0 Votes
1 Answer
11th Jul 2017, 10:32 AM
Sai Yerni Akhil
Can the Unary - - be used as prefix and postfix in both the languages C and C++ ?
c,
c++,
postfix
prefix,
unary,
0 Votes
2 Answers
20th Oct 2017, 1:28 AM
Antony Marianathan
Can someone please explain to me the complement, unary plus and minus (~ + -), the right and left bitwise shift (>> <<), bitwise 'AND' (&), bitwise exclusive 'OR' and reg. 'OR' (^|)?
operator-precedence
python
0 Votes
2 Answers
1st Sep 2016, 2:58 PM
DELETED
how cout<<"0x7b = "<<0x7b<<endl; produces output: 0x7b = 123
binary
decaimal
hexadecimal
number
other
system
unary
1 Vote
3 Answers
24th Jun 2018, 5:40 PM
Lucky
Could you please explain the output of two Java statements? Topic: operators
assignment
decrement
increment
java
operands
operators
postfix
prefix
unary
5 Votes
5 Answers
11th Sep 2018, 4:29 PM
ZdzichPych
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
4 Votes
Python intermediate help with dictionaries
0 Votes
Marquee
1 Votes
Fill in the blank to declare a static variable.
0 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes
Any Advise?
1 Votes
RUST'S FUTURE
1 Votes
Popsacles Aufgabe
1 Votes
How far do courses go on Sololearn?
0 Votes
I'm about to make a complex calculator in python
0 Votes