Welcome Guest | Sign in | Register
Functions - Discussion Page For Q.10788 | 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 the following program?
#include "stdio.h"
void fun(int _){
printf("%d",_);
}
main(){
fun(23);
return 0;
}
A. 0 B. 23
C. garbage D. error

Answer and Explanation

Answer:23

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.