What will be the result if a float pointer variable t is used in the following way?
Int a; t=&a;
address of a will be stored in t
address of a will be casted to float value
the address of a will be lost
error
What is the disappearance of memory part during execution called as?
Memory de allocation
Memory retreval
Memory leak
Memory release