- 1
Printing largest num in array using FUNCTION in c.
Explain me
4 Answers
+ 2
You should just go through every element in the array and compare it with current maximum number.
Something like that:
https://code.sololearn.com/c7CH4So1Tlnr/?ref=app
+ 2
Thanks buddy
0
HELPPPP
0
Thanx buddy