User profile: Abhijit Kulkarni

User info
User name:Abhijit Kulkarni
History
Joined:
Number of posts:7
Latest posts:

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 types
What 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_t
Thank u all..

This user does not accept Private Messages