247 views

1 Answer

0 votes
0 votes
It is compiler dependent output.

Is based in the concept of sequence points.

Related questions

0 votes
0 votes
0 answers
1
Gatetarget_100 asked Aug 3, 2018
548 views
int main() { int a[10]; printf("%d",*a+1-*a+3); return 0; }Answer is given as 4 but i think it should be 8, if int is of 4 byte. Correct me if i am wrong
0 votes
0 votes
0 answers
2
Harikesh Kumar asked Dec 4, 2017
191 views
0 votes
0 votes
1 answer
3
Harikesh Kumar asked Dec 4, 2017
310 views
Count the no. Of token and also explain the token count rule?printf("i=%d,&i=%x",i&i);
0 votes
0 votes
1 answer
4
Harikesh Kumar asked Jun 3, 2017
6,390 views
If the address of A and A are 1000 and 1010 respectively and each element occupies 2 byte then the array has been stored in which order ?1.row major 2.column major 3....