Essa empresa é sua?
What is the value to a char pointer?
Sigiloso
Usually, it is for pointing to a string (usually at the beginning of). i.e. char str[] = "Interview"; char* c = str; cout << *c; // will print the char 'I'
Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.
Comece a buscar vagas para receber atualizações e recomendações personalizadas.