245 views
–1 votes
–1 votes
if i = -5 then value of i++ is: -6/-4????

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
Sagar475 asked Jan 26, 2022
456 views
if we write in C char a[]=”TAJ”;char b[]=”TAJ”;and on comparing (a==b) false is returnedwhere as in char *p=”TAJ”;char *q=”TAJ” it return TRUE why??
0 votes
0 votes
1 answer
2
Samujjal Das asked Nov 26, 2016
266 views
What happens if there are more than 1 return statements in a function?