Help with Character Variables

char command_scantag[]={0x31,0x03,0x01};

the [] indicates that command_scantag is an array.

0x designates hexidecimal so the three values put into the array
are 31 hex, 03 hex, and 01 hex respectively