How do I print the values being stored in the function, function returns a pointer

后端 未结 0 1340
南方客
南方客 2020-12-13 01:16

I\'m very new to programming so please bear with me!

This is my code (in C):

int * arrayExpander(int arr[], int size);

int main()
{
    int arr[] = {          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题