• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

Can you make it with b-- or --b ?
javaoperators
2 głosów
9 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
1 Odpowiedź
25th Aug 2018, 11:57 AM
Deepak K
Popularne dzisiaj
My codebits section is full of deleted codes
13 Votes
Ai generated practices
2 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
0 Votes
Solving coding challenges
1 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
Changing String Variables into int in C++
0 Votes
Advertising in Sololearn
0 Votes
I am new
1 Votes
How can i insert files?
1 Votes