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

Home > Java Programming > Loops > Questions and Answers

Q: What is the output of following program?
void main(){
int i;
for(i=1;i++<=1;i++)
for(i++;i++<=6;i++)
i++;
printf("%d",i);
}
A. 11 B. 12
C. 13 D. none of these

Answer and Explanation

Answer:12

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.