0

I have a function as follows:

void func1(unsigned char a[], unsigned char length)
{

// code here

}

is t possible for me to pass values like this?

func1(0x09,1); // array of 1 and length as 1

func1([0x09,0x02],0x02);
Varughese
  • 39
  • 8

0 Answers0