+ 1

What is the answer?

int addNumbers(int x, int y) { return x +_; } int main() { int result = addNumbers(43,___) ); cout <<________<< endl; return 0; }

21st Mar 2017, 12:13 PM
Dennis
Dennis - avatar
1 Resposta
+ 7
First Blank : y Second Blank : Depends on the question Third Blank : result
21st Mar 2017, 12:35 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar