Empresa engajada
Where is string constants stored in Memory? Ex: char * a = "Hello" ;
Sigiloso
@em - No need to add const, by default this string literal is considered constant and stored in a Read only memory section.
BFS section of Program Memory
First all above statement is not constant string: it should be const char *a = "Hello"
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.