Pergunta de entrevista da empresa Lenovo

Q: A global static variable is accessible outside the module it is defined in? Q: dynamic memory management from which area in memory for C/C++ code? Q: left shift operator? Q: pure virtual function has implementation in the base class?

Resposta da entrevista

Sigiloso

13 de set. de 2017

1) False 2)heap 3)double if left shift by 1 basically adds 0 in the right side of existing binary 4)False, purpose gets defeated.