Multi-character constants:

    int x = 'ABCD';

This sets x to 0x41424344.