RunTime Error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

RunTime Error

Hey people,I was revising recursion and tried to implement its functions in an array program. But I faced RunTime errors. https://code.sololearn.com/cD0Hh916TUr9/?ref=app

28th Aug 2020, 4:03 PM
Manav Grover
2 Answers
+ 5
You forget address of operator (&) in line 28 . Your display and largest array element not working check it .
28th Aug 2020, 4:14 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
Thanks guys!
29th Aug 2020, 7:06 AM
Manav Grover