I am working on mobile communication Simulator based on C language. I have two different IPs which are stored as Strings in different format.
- For User it is XYZ[20]
- For Access Gateway, it is ABC[No. of Users][20]
Now, I need to compare both for one algorithm. but I am confused that how should I do them as both are different arrays. Is there any way to compare both 1D with 2D array ?