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

Home > Java Programming > Functions > Questions and Answers

Q: What is the output of following program?
void xyz(int b){
++b;
}
void main(){
int b=200;
xyz(b);
xyz(b);
printf("%d",b);
}
A. 200 B. 201
C. 202 D. 203

Answer and Explanation

Answer:200

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.