int * abc; 로 할지

int *abc; 로 할지


int & abc = 블라블라; 로 할지

int &abc = 블라블라; 로 할지



void abcd(int & ref)로 할지

void abcd(int &ref)로 할지



고민중이에요;;