Can I place multiple characters within single quotes? For example, is the result of the following statement defined in C:

Code:
'abc';
If this is defined, how does it work and which C standard supports it?