Question: #include void processA(int*, int *); void processB(int*, int **); int main() { int a= 1, b=2; processA ?, ??); printf(%d %d , a, b); }

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
