I have a question about the macro shown as follows:

Code:
#define _MUXSELf(a)      	0##a << 30
What does 0##a mean here?

Thanks for the help,

aayu