how to get length of char* in c++ code example Example: char size length c++ char* a = "ABC"; int length = sizeof(a)/sizeof(char);