What is the output of the following piece of code:
int x = 3, y = 5, z; z = ++x + ++y; printf(“%d”,z);
8
9
10
QuizBucket
© 2017 QuizBucket.org