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?
Sigiloso
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.