Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can you make it with b-- or --b ?
java
operators
2 Votes
9 Answers
26th Feb 2017, 12:44 PM
Sylv1a
int a=1; int b=2; int c=a++ + ++b + b++ + b-- + ++b; printf("%d",c);
c
c++
increment
0 Votes
2 Answers
28th Feb 2020, 4:20 AM
Purvansh Parmar
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
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
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
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
How to allow one instance of exe
2 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
Python
1 Votes
Theater management help me
2 Votes
What has happened?
1 Votes
What should I add/improve ?
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes
Flight tracker coding foundation help me
1 Votes
Remove raw pointer from observer design pattern
0 Votes