A doubt regarding space occupied by reference variable

I want to ask what is the space occupied by a reference variable in c++ for eg :- int I = 5 ; int &j = I. in this case what is. the space occupied by j in memory

hello @av8055

some resource say that refrence variable takes seprate space whereas some say that refrences variable are just another name of same variable and it wont take seprate space.
do read about it from internet

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.