• Cursos
  • Compilador de Código
  • Discutir
  • Preços
  • Teams
Menu

Q&A Discussões

Can you make it with b-- or --b ?
javaoperators
2 Votos
9 Respostas
26th Feb 2017, 12:44 PM
Sylv1a
Sylv1a - avatar
int a=1; int b=2; int c=a++ + ++b + b++ + b-- + ++b; printf("%d",c);
cc++increment
0 Voto
2 Respostas
28th Feb 2020, 4:20 AM
Purvansh Parmar
Purvansh Parmar - avatar
Evaluate expression- (given a=15; b= 10 ) 1) a % b++ 2) ++a – b--
java
0 Voto
2 Respostas
19th Aug 2020, 9:50 AM
Darpan Kushwaha
Darpan Kushwaha - avatar
Evaluate expression- (given a=5; b= 6 ) 1) a ++ – b-- 2) a-- + ++b
java
0 Voto
2 Respostas
19th Aug 2020, 10:04 AM
Darpan Kushwaha
Darpan Kushwaha - avatar
int a=5; b=6; c=2; int z; z=++a + a++ - b-- + c++ + ++c; printf z
c,operator-precedence
0 Voto
1 Resposta
25th Aug 2018, 11:57 AM
Deepak K
Quente hoje
My codebits section is full of deleted codes
13 Votes
Ai generated practices
2 Votes
Where did mess up....
1 Votes
I have an error in a problem and I don't know what the correct answer is
1 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
Solving coding challenges
0 Votes
How can i insert files?
1 Votes
Advertising in Sololearn
0 Votes
Hi who can hel me please
0 Votes