Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Can you make it with b-- or --b ?
java
operators
2 голосов
9 ответов
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 голосов
2 ответов
28th Feb 2020, 4:20 AM
Purvansh Parmar
Evaluate expression- (given a=15; b= 10 ) 1) a % b++ 2) ++a – b--
java
0 голосов
2 ответов
19th Aug 2020, 9:50 AM
Darpan Kushwaha
Evaluate expression- (given a=5; b= 6 ) 1) a ++ – b-- 2) a-- + ++b
java
0 голосов
2 ответов
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 голосов
1 ответ
25th Aug 2018, 11:57 AM
Deepak K
Задать вопрос
Задать вопрос
Актуальное сегодня
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes