Computer Science, asked by t1anna8watdereethang, 1 year ago

Execute the Given Program and Find the Output
What will be the output of the following program? #include long BixFunction(int x, int y = 5, float z = 5) { return(++x * ++y + (int)++z); } int main() { cout<< BixFunction(20, 10); return 0; } a) 237. b) 242. c) 240. d) 35.

Answers

Answered by Samundeeswari
0
final answer is 237...
Attachments:
Similar questions