Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Please explain in detail prefix and postfix
c#
operators
0 Voto
2 Respostas
23rd May 2017, 4:02 PM
Jai Garg
What is meant by POSTFIX using a stack
c++
java
3 Votos
1 Resposta
20th Mar 2018, 8:59 PM
Mompati Keetile
Operators confusion
java
operators
postfix
prefix
50 Votos
30 Respostas
22nd May 2017, 3:37 PM
Mitchell Stallard
Infix to postfix expression in C programming.
data_structure
0 Voto
1 Resposta
4th Feb 2017, 12:12 AM
Aditya
How compiler understands prefix and postfix increment ?
c
cpp
increment
java
python3
0 Voto
2 Respostas
29th Dec 2020, 2:52 PM
Mahesh Bogati
On the while loops part postfix and prefix
loops
1 Voto
3 Respostas
1st Jan 2018, 6:17 PM
Lord Awesome
Please define the prefix and postfix operators
c#
operators
0 Voto
2 Respostas
18th Feb 2017, 3:34 AM
salih ek
Can some one explain prefix and postfix increment in simple words
and
postfix
prefix
5 Votos
7 Respostas
28th Oct 2018, 5:10 AM
AB Plays
do you also find Javascript postfix and prefix combinations confusing?
javascript
1 Voto
2 Respostas
15th Aug 2023, 7:55 PM
Alwell Kariboro
Postfix & Prefix Increments, how do they work?
confused_noob
noob
noob_problems
0 Voto
1 Resposta
28th Jun 2018, 3:45 AM
Kenya Martin
Can someone explain postfix and prefix to me. Thanks
c++
1 Voto
3 Respostas
9th Jul 2017, 1:19 PM
Ryan
Prefix and postfix in C# (I really need help 😢)
c#
postfix
prefix
1 Voto
2 Respostas
23rd Feb 2021, 10:07 AM
Nada Hossam
Can anyone explain me what is postfix and prefix?
int
0 Voto
3 Respostas
12th Jul 2017, 10:33 PM
Taxyd Tails
Guys i can't understand the difference between prefix and postfix
c++
operators
1 Voto
4 Respostas
29th Oct 2017, 4:50 PM
Shehab Ashraf
How to overload ++ operator postfix and Prefix in c#
c#
operator-overloading
1 Voto
1 Resposta
7th Mar 2020, 1:40 PM
Ahmed Kareem Ebraheem
In a loop Prefix and Postfix increment are the same?
c++
increment
loops
postfix
prefix
1 Voto
1 Resposta
19th Jun 2020, 7:05 AM
Sarith Peiris
Which languages have different reading gor postfix and prefix increments
postfix
prefix
2 Votos
1 Resposta
18th Jun 2019, 2:18 AM
Akash Raj
Can someone explain me why the value of m doesn't change after the second postfix increment operator?
c++
postfix
26 Votos
11 Respostas
11th Jan 2018, 8:32 PM
Robert
Prefix and Postfix Increment and Decrement of C++, Java, and C#
c#
c++
decrement
increment
java
postfix
prefix
1 Voto
2 Respostas
22nd Apr 2019, 1:24 AM
Jerald Cris Bergantinos
Make a function in c++ . Which convert postfix to infix expression
c++
8 Votos
2 Respostas
20th Oct 2017, 8:19 AM
Kai
How does the postfix y++ inside an equation (statement) work?
javascript
postfix
1 Voto
2 Respostas
22nd Dec 2016, 10:36 PM
3TW3
Postfix increment is not supported in Swift 3, isn't it?
swift
swift3
0 Voto
2 Respostas
14th Oct 2016, 10:49 AM
Muslim Sattarov
Why in the prefix and postfix we write: Console.WriteLine(x+" "+y); ?
c#
0 Voto
3 Respostas
16th Mar 2018, 6:37 PM
Majdy R
I'm not able to understand pre and postfix operators..please help.
c#
0 Voto
2 Respostas
1st Jul 2017, 4:55 AM
suryapoojary
How to convert infix 4+3*7/8 to postfix expression using stack .
c++
datastructure
infix
java
postfix
stack
0 Voto
1 Resposta
4th Sep 2020, 3:48 AM
Ali abbas
Please help me in learning prefix and postfix with an example
c++
operators
0 Voto
2 Respostas
20th Jul 2016, 5:29 PM
Roman
Post - decrement in php.
php
postfix
10 Votos
3 Respostas
23rd Jul 2019, 5:53 AM
Boboev Ahmadjon Safaralievich
Can you explain clearly what is the different between postfix and prefix in C++?
c++
operators
1 Voto
3 Respostas
9th Apr 2017, 10:51 PM
pratama
When would you use postfix vs the prefix ? Please show an example?
java
operators
2 Votos
2 Respostas
26th Sep 2016, 2:42 AM
Muby
Guys what will be the value of x if m=10 and x=++m + m++ ? Explain also ?
postfix
prefix
1 Voto
6 Respostas
14th Feb 2019, 7:58 AM
Nihal Sharma
How to use the ++ line in both prefix and postfix method?
c++
help
0 Voto
1 Resposta
16th Mar 2017, 3:05 PM
Zahiruzzaman Chowdhury
demonstrate the use of prefix and postfix mode of compound assignment operator
comments
-3 Votos
2 Respostas
25th Oct 2021, 6:52 AM
Gideon Adeyemo
by using prefix and postfix the answer comes same eg; int x=42; x++;. //output=43 int x=42; ++x;. //output=43
c#
operators
5 Votos
3 Respostas
1st Jul 2016, 7:44 AM
Ankit
When we change the prefix increment(++i) to the postfix increment(i++) it outputs 60 instead of 12. Why ?
basics
c++
cpp
increment
loops
math
while
6 Votos
5 Respostas
25th Jun 2020, 11:35 AM
Salmanul Faris
can any one explain about prefix and postfix operators completely with an example ?
c#
operators
0 Voto
3 Respostas
12th Feb 2017, 2:46 AM
RAHUL VARMA
Not clear about postfix operators, could someone give me a more detailed explanation?
java
operators
0 Voto
2 Respostas
14th Jun 2017, 5:56 PM
Manuel Alejandro Matus de Quevedo
Design a program in Java to evaluate the expression in postfix notation using stack.
sololearn
0 Voto
1 Resposta
29th Mar 2020, 5:10 AM
Aditi
Please help me to understand about prefix, postfix of increment and decrement operators with simple example..?
c
operators
0 Voto
3 Respostas
6th Nov 2019, 7:18 AM
vjbro46
Why prefix increment and postfix increment are not possible at the same time? Both have different priority ?
operators
0 Voto
4 Respostas
26th Apr 2019, 4:33 PM
PRAVEEN R
Help me in C++ prefix and postfix I have the output just I well but it in description please
c++
0 Voto
8 Respostas
13th Mar 2021, 4:55 PM
hashem hubaish
Please help me. I got 12 in postfix increment. It's supposed to add only one right
c
0 Voto
2 Respostas
4th Jul 2022, 3:53 PM
Learning
What is the problem?
java
postfix
stack
1 Voto
13 Respostas
7th Apr 2019, 9:19 PM
Fatemeh Rahimzadeh
Infix to Postfix. How to do this correctly?
conversions
infix
postfix
6 Votos
11 Respostas
30th Aug 2017, 1:00 PM
Solo Wanderer 4315
x = x++ ?
c++
code
increment
postfix
3 Votos
19 Respostas
11th May 2018, 12:46 PM
Mohammad Alshareef
I think the last output must be wrong.Can someone tell me who know about this?
operators
postfix
prefix
3 Votos
2 Respostas
30th May 2018, 1:31 PM
Mr Thaw
[SOLVED]Are prefixes and postfixes used in python?
postfix
prefix
python
5 Votos
7 Respostas
2nd Jul 2018, 7:01 PM
LONGTIE👔
What is the difference between postfix ans prefix what's the value of a++ and ++a if a=4?
java
0 Voto
4 Respostas
16th Jun 2017, 10:42 AM
bharti
int x = 14; int y = x++; System.out.println(x++); why result is 15?
java
operators
postfix
1 Voto
7 Respostas
31st Jan 2020, 5:27 PM
Mush
To increment or decrement the value of a variable while executing loops,why do we use the postfix operator....why not prefix??
java
loops
4 Votos
6 Respostas
19th Jun 2017, 7:23 PM
Glamorous
I do not understand these prefix and postfix. Especially how the postfix works. Can anyone help me
c++
operators
2 Votos
2 Respostas
26th Feb 2017, 11:39 AM
Enrique
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
What's the best way to learn anything
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Most asked!
1 Votes
Malloc vs calloc | memory not initialized
1 Votes
help!
0 Votes
Is react js enough for frontend??
0 Votes
Mini project ideas for final years
0 Votes
Please guys could smw do this for me ?
0 Votes
Best way to remember things on this app?
0 Votes
Bits
0 Votes