-5
bool search(int value, int values[], int n)

I just started learning c language.I am not sure what type of data int values[] means,can you help me?thx.

Jon Issac
  • 1
  • 2

1 Answers1

-2

Here int values[] is like pointers.

Madhur Gupta
  • 104
  • 1
  • 8