whenever u try to declare variables that are allocated dynamically using let > us say new the memory is allocated for that variable 'll be from heap and if > u want to deallocate it u've to use constructor. > ->recursive allocation,local varibles from stack ->global and static variables are allocated from data segment ->register variables are allocated from registers
hope this 'll help u. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
