Empresa activa
Where is string constants stored in Memory? Ex: char * a = "Hello" ;
Anónimo
@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"
Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.
Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.