+ 5
Can a function return a pointer variable
like return *p
5 Respuestas
+ 2
Yup! Check out this thread:
https://www.sololearn.com/Discuss/101263/how-to-return-an-array
It's pretty much the same thing since arrays are just pointers.
+ 1
yes! that's what we do while creating linked lists, stacks and queues!
+ 1
yes
0
yes it's incredibly useful and helpful!
0
Creo que sí amigo.