Where is string constants stored in Memory? Ex: char * a = "Hello" ;
Anonymous
@em - No need to add const, by default this string literal is considered constant and stored in a Read only memory section.
Check out your Company Bowl for anonymous work chats.