Videos
The datasheet gives an example.

By adjusting the pot we can null any offset error. An offset error is when the inputs are exactly equal but the output isn't exactly zero. This error is also characterized by the datasheet:

It can be safely ignored in AC applications, where this offset will be ignored by the AC coupling. It becomes more important in DC applications, especially amplifiers, since this DC error will be amplified by the next stage.
This offset voltage exists because a real omp-amp can't be ideal. There will always be some unintended asymmetries between due to random variation in manufacturing. In all cases, there are op-amp designs that can minimize these errors, but usually at the expense of some other parameter, like cost.
For circuits that accuracy and/or symmetry is critical, the offset null pins provide a means to cancel "internal" discrepancies. The best example I can give you is the old ohmmeter. You would short the leads and adjust the needle to read zero, then you knew your resistance readings would be as accurate as possible. With the 741, you provide the same voltage (signal) to the input pins and adjust the offset null to make sure the output is zero.
So I use C# and I often see many devs use null.
What and which kind of situation do you use this variable?
I am reading c# guide on programming book and I am on Clearing memory now and I haven't encountered null yet. Should I be worried?