Corsi
AccediInizia a imparare l'IA
Corsi
AccediInizia a imparare l'IA

Discussioni Q&A

Can you make it with b-- or --b ?
javaoperators
2 Voti
9 Risposte
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 Voti
2 Risposte
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 Voti
2 Risposte
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 Voti
2 Risposte
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 Voti
1 Risposta
25th Aug 2018, 11:57 AM
Deepak K
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Decorators in python.
2 Votes
Hello !
0 Votes
Please click me
0 Votes
Salut tout le monde
1 Votes