21. What is Memory alignment? The term alignment primarily means the tendency of an address pointer value to be a multiple of some power of two. So a pointer with …
 Tag:  
 ESKO
-  
 -  
11. what is the diff between “new” and “operator new” ? “operator new” works like malloc.
 -  
1 What is encapsulation? Containing and hiding information about an object, such as internal data structures and code. Encapsulation isolates the internal complexity of an object’s operation from the rest …
 -  
1.The edge of a cuboid are in the ratio 1 : 2 : 3 and its surface area is 88 cm2. The volume of the cuboid is : A.24 cm3 …