0
Can anyone give explanation to this question in c
Int a=-5,k; k=(a++,++a); printf("%d",k);
2 Respuestas
+ 1
You should probably include the tag "C" since this seems to be the C programming language, so people experienced in that specific language can more easily find this post and help you out.