im trying to convert VB code to c programming
In the main function it declared as
bool res;
and then they equate it to function
res = array(array 1 ,array2);
is it possible to equate like this