Rahul Bhattrahulsbhatt.hashnode.dev·Aug 16, 2020Pointers in C/C++Remove the limitation of only returning one value Pointers are identical to a variable but stores the address of another variable. The pointer’s data type will be the same as the data type of the variable. The call by reference method arguments to a ...DiscussC