What is the return value of the call start() ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the return value of the call start() ?

int func2(int w) { return w*3; } int func1(int a, int b) { int n = a+b; return2 + func2(n) ; } int start() {

12th Aug 2020, 3:40 AM
Divya Jeyashree
Divya Jeyashree - avatar
1 Answer
+ 1
You're not giving enough information, the start function you have provided is incomplete. Also can you share your attempts / issues with tackling this problem?
12th Aug 2020, 3:58 AM
Brian R
Brian R - avatar