• Users
  • gungurthisrilatha

User profile: gungurthisrilatha

User info
User name:gungurthisrilatha
Name:srilatha
Location:hyderabad
Bio:Completed MCA in 2007 from osmania university
History
Joined:
Number of posts:7
Latest posts:

char array
[code] class student { char name[4]; int rno; public: student() { r...

copy constructor
is the below code is valid class test { int a; public: test() { a=o; cout<<a; } t...

copy constructor
Am writing a program using copy constructor the code goes like this class test { int a,b; ...

accessing address of char variable
i have declared 3 vars in my program int a=10; float b=123.4; char c='a'; am trying to ...

array and pointers
What is the difference between a char name[5]="abc"; char *name="abc"; is there any differ...

This user does not accept Private Messages