Reference data types in C++

Introduction

Introduction

reference as variable type in c++ (c has pointers, and uses & operator, but can’t do int &r, but can in cpp?)