Answer (Choose 1 answer)
FUQVERFLOW.COM
RUOVERFLOW.COM
FOOVERFLOW.SON
What is the output when the sample code below is executed?
int ret(int ret){ret += 2.5;
return (ret);
}
int main(){int k = ret(4);
printf("%d", ++k);
return 0;
}
A. 5
VERFLOWIGOR B. 6
C. 7
D. 8
Ext 27