Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Help me explain b= a-- + --a and b= --a + a--
c++
2 Votes
8 Réponses
11th Jul 2017, 4:25 AM
Minh
Int a=15 int b= cout<<a_b<<endl;
c++
loops
variables
-1 Vote
7 Réponses
25th Jan 2018, 5:18 PM
Gaby Hotomanul
a=2 b=a++ b= ? (why 2)😠😠
php
0 Vote
6 Réponses
3rd Jul 2016, 1:34 PM
Uğur Atakan Sürmeli
If a=10 b= a++ + ++a what is b?
java
-7 Votes
22 Réponses
24th Nov 2016, 2:40 PM
Divya rao
int a=5 , b= ++a+a+++--a+a--+--a+++a ;
c
1 Vote
1 Réponse
7th Aug 2019, 4:43 PM
Priky
if a= 3 b= 2 b= a++ then cout of ++b will be what and how?
c++
0 Vote
3 Réponses
18th Jun 2016, 5:11 PM
SaiKrishna Swarna
int a=5; int b; b= ++a + ++a; printf("%d", b);
c
java
4 Votes
7 Réponses
28th Mar 2017, 2:35 PM
Manoj Kumar S
Int a= 2, int b= 4; int result=x__; System.out.println
java
-1 Vote
5 Réponses
25th Dec 2016, 7:11 AM
Shanyan
Why b= 2 when $a=2; $b = $a++;
php
0 Vote
1 Réponse
27th May 2019, 9:04 AM
Krishnadev Thakur
What is the value of=a%b if a=37.5 and b= 3.5
output
1 Vote
5 Réponses
14th Oct 2017, 2:58 PM
Anshika Maurya
What exactly does this line of code mean? int b= 1<--a
c++
2 Votes
3 Réponses
21st Oct 2019, 6:48 AM
Dasha Djordjevic
Why is the ouput b= ++a + ++a equals to 8?
c
code
program
0 Vote
5 Réponses
22nd Oct 2018, 7:24 AM
Adi Citta Agitsha Justitio
Evaluate expression- (given a=15; b= 10 ) 1) a % b++ 2) ++a – b--
java
0 Vote
2 Réponses
19th Aug 2020, 9:50 AM
Darpan Kushwaha
Evaluate expression- (given a=5; b= 6 ) 1) a ++ – b-- 2) a-- + ++b
java
0 Vote
2 Réponses
19th Aug 2020, 10:04 AM
Darpan Kushwaha
how dose the variable x,y get defined as a,b without declaring it such as a=x b= y
functions
python
1 Vote
5 Réponses
21st Jul 2016, 12:34 PM
Wayne Gaebelein
How would I solve for, if(a = 8 || b==5), where int a =7, b= 1.
c++
0 Vote
2 Réponses
17th Jun 2020, 2:33 AM
Ahmed Sheikh
#import math nums = [1, 3, 5, 2, 4] a=((len(nums)) b= a//2 if b==1: print("math.ceil(a) : ",math.ceil(a))
python3
2 Votes
1 Réponse
19th Oct 2020, 6:44 PM
Abhijeet Kumar Verma
How can i seperate a long number like int numb= 233 into int a=2 int b= 3 int c=3
difficult
help
java
2 Votes
6 Réponses
5th Feb 2017, 12:26 PM
themilza
What will be the output of the following pseudocode? Multi Choice Type Question Integer a,b set a= 3, b= 1 for (each c from
be
choice
following
of
output
pseudocode?multi
the
the
whatwill
0 Vote
2 Réponses
18th Feb 2022, 6:13 AM
N.RAGAVENDRA
When a = 3 and b=2; we have a++ =4 , b= a ++ = 4, and now ++b should be 5 or 4 ?
c++
i
0 Vote
6 Réponses
25th Mar 2017, 2:11 PM
Mohammed Merbout
How can it be run
,int
2
a=
as
b=
int
0 Vote
2 Réponses
26th Oct 2023, 6:07 PM
Haram Abbas
how the answer become 15... any one can please explane in easy way. regards #include <iostream> using namespace std; int main() { int a = 2; int b= 1; cout<<(++a/b++)*5;
c++
1 Vote
4 Réponses
31st Oct 2016, 10:24 AM
zbwafi
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
How to get better with problem-solving and programming
2 Votes
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
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes