Pregunta de entrevista de Valeo

1.Dangling pointer errors can be avoided by initializing the pointer to the Null value. 2.Structure A structures total size is the sum of the size of every data member Union A union total size is the of the largest data member 3.In many scenarios, you will not have all the information needed. The key is to make the best possible decision based on what you deem to be a sufficient amount of information.