rylieisboss3896 rylieisboss3896 12-12-2022 Computers and Technology contestada Given the snippet of codes, identify the passing mechanism used for y (in func). void func(int *x, int y) { *x = *x + y; y = 2; a. call-by-address b. call-by-name c. call-by-value d. call-by-reference