I was trying to understand an already implememnted program.I saw this type of las = pBuffer[i] and was trying it out myself whether that is possible.But that program is running without any error.
I'm getting an error in the above code as "cannot convert from 'const char [6]' to 'unsigned char *'"