What is a string of hexadecimal digits?

What is meant is a string like AB0C5342F. In C terms:

char s[] = "AB0C5342F";

Leave a Comment