Apoptosis is when cells destroy themselves. This is done for two main reasons: To destroy cells which are a risk to the organism, such as cells with viruses. It is important in normal development,...
Here is an example for a variable, which is a function (function-pointer, actually): int (*myfun)(const char *s); myfun = puts; myfun ("Hello, world");