Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Help me explain b= a-- + --a and b= --a + a--
c++
2 Votos
8 Respuestas
11th Jul 2017, 4:25 AM
Minh
Int a=15 int b= cout<<a_b<<endl;
c++
loops
variables
-1 Voto
7 Respuestas
25th Jan 2018, 5:18 PM
Gaby Hotomanul
a=2 b=a++ b= ? (why 2)😠😠
php
0 Votos
6 Respuestas
3rd Jul 2016, 1:34 PM
Uğur Atakan Sürmeli
If a=10 b= a++ + ++a what is b?
java
-7 Votos
22 Respuestas
24th Nov 2016, 2:40 PM
Divya rao
int a=5 , b= ++a+a+++--a+a--+--a+++a ;
c
1 Voto
1 Respuesta
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 Votos
3 Respuestas
18th Jun 2016, 5:11 PM
SaiKrishna Swarna
int a=5; int b; b= ++a + ++a; printf("%d", b);
c
java
4 Votos
7 Respuestas
28th Mar 2017, 2:35 PM
Manoj Kumar S
Int a= 2, int b= 4; int result=x__; System.out.println
java
-1 Voto
5 Respuestas
25th Dec 2016, 7:11 AM
Shanyan
Why b= 2 when $a=2; $b = $a++;
php
0 Votos
1 Respuesta
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 Voto
5 Respuestas
14th Oct 2017, 2:58 PM
Anshika Maurya
What exactly does this line of code mean? int b= 1<--a
c++
2 Votos
3 Respuestas
21st Oct 2019, 6:48 AM
Dasha Djordjevic
Why is the ouput b= ++a + ++a equals to 8?
c
code
program
0 Votos
5 Respuestas
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 Votos
2 Respuestas
19th Aug 2020, 9:50 AM
Darpan Kushwaha
Evaluate expression- (given a=5; b= 6 ) 1) a ++ – b-- 2) a-- + ++b
java
0 Votos
2 Respuestas
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 Voto
5 Respuestas
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 Votos
2 Respuestas
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 Votos
1 Respuesta
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 Votos
6 Respuestas
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 Votos
2 Respuestas
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 Votos
6 Respuestas
25th Mar 2017, 2:11 PM
Mohammed Merbout
How can it be run
,int
2
a=
as
b=
int
0 Votos
2 Respuestas
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 Voto
4 Respuestas
31st Oct 2016, 10:24 AM
zbwafi
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
En tendencia hoy
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes