P
paresh
Hi Friends,
Can we have a alias of a variable in C.
Like I define an int---
int example;
Now I want another variable that is the alias for the "example". I
meant both example and another variable let say "example2" have the
same memory but we are refrencing with it by two variables.
I need both to be global variables.
I am not talking about call by reference and I can use #define. Am I?
Regards,
Paresh
Can we have a alias of a variable in C.
Like I define an int---
int example;
Now I want another variable that is the alias for the "example". I
meant both example and another variable let say "example2" have the
same memory but we are refrencing with it by two variables.
I need both to be global variables.
I am not talking about call by reference and I can use #define. Am I?
Regards,
Paresh