User: divya

  • Public profile

User profile: divya

User info
User name:divya
History
Joined:
Number of posts:5
Latest posts:

Relation between pointer and arrays in C++
#include<iostream> using namespace std; int main() { int arr[]={1,2,3}; cout<<"Base Address of ...

Constructor
It is working for me too....This means if I dont define a default constructor, my program will work ...

Constructor
This will require a default constructor... But if I require initializing objects by passing a value...

Constructor
Even I was thing the same. Quite surprisingly the following is working even though I have not explic...

Constructor
I have read some where that when we use a parameterized constructor it is a must to define a default...

This user does not accept Private Messages