539 views
2 votes
2 votes
how (a+++b)  evaluated,  either (a++) +b or a+(++b)

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
2
Akash Mishra asked Jan 22, 2018
370 views
What would p++ - c be?(p++) - cor(p - c)++Please provide an explanation.
1 votes
1 votes
1 answer
3
shiva0 asked Mar 10, 2019
825 views
#include<stdio.h int x = 0; int f1() { x = 5; return x; } int f2() { x = 10; return x; } int main() { printf("%d \n", f1()); printf("%d \n", f2()); int p = f1() + f2(); p...
2 votes
2 votes
0 answers
4
Balaji Jegan asked Dec 6, 2018
696 views
Please arrange the below operators in increasing order of their precedence. Also please state their associativity.↔→$\equiv$$∧$$∨$$¬$