+ 1
How we can give array as an argument as well as return value in user defined function?
I want to know it because I want to use in an line follower robot.
6 Respuestas
+ 4
About returning array, these may help to understand bit better.
https://www.sololearn.com/learn/C/2947/?ref=app
https://www.sololearn.com/learn/C/2950/?ref=app
+ 1
What is the language?use tags to put language ,
+ 1
This will help
https://www.programiz.com/c-programming/c-arrays-functions
0
Thanks but I need also return value as an array
0
use pointer arithmetic!!! it helps for this
0
I will try