Ikea led table guide

Because I have found the following code in the net, whose output is not interpretable by my intellect.

// C program to demonstrate
// Multicharacter literal
#include <stdio.h>
int main()
{
    printf("%d", 'abcd');
    return 0;
}

Output: 1633837924