• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

Can you make it with b-- or --b ?
javaoperators
2 Votes
9 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
1 Answer
25th Aug 2018, 11:57 AM
Deepak K
Hot today
Can I import any module in python in this app?
1 Votes
Loops and conditions
2 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes