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

Home > Java Programming > Operators > Questions and Answers

Q: What is the output of following program?

void main(){
int i=10;
printf("%d%d%d",++i, i++, ++i);
}  
A. 11 11 13 B. 13 11 11
C. 11 12 13 D. 13 12 11

Answer and Explanation

Answer:13 11 11

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.