I have some code as follows int i=0; char a[7]={0x00,0xdc ... By convention C strings are 'null-terminated'.
stackoverflow.com