Deallcating built in data types@Pravesh: Thank u.. Ya i got to know that delete a2 will delete the memory occupied the object but m...
Deallcating built in data typesWhat is the way to deallocate the built in data types?? Example : class A { private : int a,b; ...
pionter to 2D array..??Thank u..
pionter to 2D array..??int (*p) [5];/* Syntax for pointer to 1D array which can point to any integer array of size 5. */ ...
size_tThank u all..
This user does not accept Private Messages