Answer to Question #64576 in C for saddam nadaf

Question #64576
main( )
{
int i = 20 ;
display ( i ) ;
}

display ( int j )
{
int k = 35 ;
printf ( "\n%d", j ) ;
printf ( "\n%d", k ) ;
}
what is the output of this program??
1
Expert's answer
2017-01-16T06:43:44-0500
If we correct the errors (no return type for functions) output will be:

20
35

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS