Problem Statement
Write a function findUnion that prints the union of two arrays.
DEMO-C-32 โข Programming in C
Write a function findUnion that prints the union of two arrays.
n, arr1, m, arr2
Union values
Submit runs every public testcase in this browser. Results and code never leave this device.
3 1 2 3 3 2 3 4
1 2 3 4
3 1 2 1 2 1 2
1 2
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question