Welcome Guest | Sign in | Register
Operators - Discussion Page For Q.10685 | C Programming Questions and Answers | C Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Operators > Questions and Answers

Q: What will be printed as the result of the operation below?
main()
{
int x=10, y=15;
x = x++;
y = ++y;
printf("%d %d",x,y);
}  
A. 10, 16 B. 11, 16
C. 10, 16 D. 11, 15

Answer and Explanation

Answer:11, 16

Explanation:
There is no explanation...

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.