What is the value of k after evaluating the following expression?
K-=k++ * 2 - (k-- /2) +k; when int k=16 initially
Answers
Answered by
1
Answer:
Here, we put the number -5 into the address of the memory location named “a”.
k = (a++, ++a);
Explanation:
Similar questions