257 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

484
views
1 answers
2 votes
Sagar475 asked Jan 26, 2022
484 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??
276
views
1 answers
0 votes
Samujjal Das asked Nov 26, 2016
276 views
What happens if there are more than 1 return statements in a function?