# Introduction In C language, pointers can be compared to each other using relational operators, such as greater than, less than, and equal to. This lab will show you how to compare pointers in the C programming language and provide examples for pointers of the same and different types pointing to the same array.
Click the virtual machine below to start practicing