Question 57 / 79:  what is the output of the following program
int  sum( int  x, int y )  {

int z = x + y;

}

main(){

int x = 5 , y = 3;

printf(“%d”, sum(x,y));

}

A  8
B  unknown
C  both wrong
<< First < Previous Next > Last >>
Quiz Home Page
Ask
Rylee Minllic
Start Quiz
Yacoub Jayoghli
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/c-certification-questions" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>