I have following two questions
Given the statement like char * str = "999999999999"; how does compiler determine how much space to allocate on stack?
How can i iterate over the memory pointed by str and determine the value of various bits inside it?