228) What will be the value of x and y after execution of the following statement (C language)
n ==5;x=n++;y=-x;?
Answer is:
5,4
Related C Programming MCQ with Answers
Answer is: