I can specify an integer literal of type unsigned long as follows:
const unsigned long example = 9UL;
How do I do likewise for an unsigned
I suppose '\0' would be a char literal with the value 0, but I don't see the point either.
'\0'