User: chaitu21191

  • Public profile

User profile: chaitu21191

User info
User name:chaitu21191
History
Joined:
Number of posts:12
Latest posts:

Deallocation of memory..
Sure thing !! Thanks :)

Deallocation of memory..
Thanks a lot !! Can you please help me understand when do i have to allocate new memory and when d...

Deallocation of memory..
[code] linkedlist *checkname(string s) { linkedlist *temp=head; // linkedlist is a structur...

deallocation of memory created by new
[code] node * temp=new node; // node is a structure { int value;struct node *next; }; if(head==NUL...

valgrind-uninitialized value was created
Ill put the whole code here !! i am sorry, i should have done it in the first case ! [code] char *te...

This user does not accept Private Messages